change help strings

This commit is contained in:
Gregory Martin
2017-01-10 13:25:28 -05:00
parent 28e3b1cb5a
commit e1e47793df
17 changed files with 58 additions and 26 deletions

View File

@@ -58,7 +58,7 @@ class SplitTestFields(object):
display_name = String(
display_name=_("Display Name"),
help=_("This name is used for organizing your course content, but is not shown to students."),
help=_("The display name for this component. (Not shown to learners)"),
scope=Scope.settings,
default=_("Content Experiment")
)