Commit 5e62e937 by Alison Hodges

Fixes DOC-2717 for Jennifer

parent 5903ef83
...@@ -303,7 +303,7 @@ class CourseFields(object): ...@@ -303,7 +303,7 @@ class CourseFields(object):
scope=Scope.settings, default=False, scope=Scope.settings, default=False,
help=_( help=_(
"Enter true or false. If true, discussion categories and subcategories are sorted alphabetically. " "Enter true or false. If true, discussion categories and subcategories are sorted alphabetically. "
"If false, they are sorted chronologically." "If false, they are sorted chronologically by creation date and time."
) )
) )
announcement = Date( announcement = Date(
......
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