Internationalize course info sidebar default.

This commit is contained in:
Peter Fogg
2016-01-04 12:56:25 -05:00
parent 71a00bf946
commit 77aa07544e

View File

@@ -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. "
"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(
help=_(
"True if timezones should be shown on dates in the courseware. "