Internationalize course info sidebar default.
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user