Commit 30c573c7 by Andy Armstrong

Merge pull request #4287 from louyihua/localization-cms

Missing "_()" in course_module.py
parents b48bf54f ba30f038
......@@ -246,7 +246,7 @@ class CourseFields(object):
scope=Scope.settings
)
discussion_blackouts = List(
display_name="Discussion Blackout Dates",
display_name=_("Discussion Blackout Dates"),
help=_("Enter pairs of dates between which students cannot post to discussion forums, formatted as \"YYYY-MM-DD-YYYY-MM-DD\". To specify times as well as dates, format the pairs as \"YYYY-MM-DDTHH:MM-YYYY-MM-DDTHH:MM\" (be sure to include the \"T\" between the date and time)."),
scope=Scope.settings
)
......
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