Merge pull request #7512 from johnespinosa/patch-1
Fixed i18n Problem with xBlock Menu
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user