diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index 03a835244f..ecdf727888 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -303,7 +303,7 @@ class CourseFields(object): scope=Scope.settings, default=False, help=_( "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(