Commit 77aa0754 by Peter Fogg

Internationalize course info sidebar default.

parent 71a00bf9
...@@ -429,7 +429,7 @@ class CourseFields(object): ...@@ -429,7 +429,7 @@ class CourseFields(object):
"Enter the heading that you want students to see above your course handouts on the Course Home page. " "Enter the heading that you want students to see above your course handouts on the Course Home page. "
"Your course handouts appear in the right panel of the page." "Your course handouts appear in the right panel of the page."
), ),
scope=Scope.settings, default='Course Handouts') scope=Scope.settings, default=_('Course Handouts'))
show_timezone = Boolean( show_timezone = Boolean(
help=_( help=_(
"True if timezones should be shown on dates in the courseware. " "True if timezones should be shown on dates in the courseware. "
......
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