Commit 11f75e04 by Sarina Canelake

Merge pull request #7512 from johnespinosa/patch-1

Fixed i18n Problem with xBlock Menu
parents 8f133f66 53f4b418
...@@ -94,7 +94,7 @@ class CapaFields(object): ...@@ -94,7 +94,7 @@ class CapaFields(object):
scope=Scope.settings, scope=Scope.settings,
# it'd be nice to have a useful default but it screws up other things; so, # it'd be nice to have a useful default but it screws up other things; so,
# use display_name_with_default for those # use display_name_with_default for those
default="Blank Advanced Problem" default=_("Blank Advanced Problem")
) )
attempts = Integer( attempts = Integer(
help=_("Number of attempts taken by the student on this problem"), help=_("Number of attempts taken by the student on this problem"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment