Merge pull request #7512 from johnespinosa/patch-1

Fixed i18n Problem with xBlock Menu
This commit is contained in:
Sarina Canelake
2015-03-31 12:04:52 -04:00

View File

@@ -94,7 +94,7 @@ class CapaFields(object):
scope=Scope.settings,
# it'd be nice to have a useful default but it screws up other things; so,
# use display_name_with_default for those
default="Blank Advanced Problem"
default=_("Blank Advanced Problem")
)
attempts = Integer(
help=_("Number of attempts taken by the student on this problem"),