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

@@ -39,7 +39,7 @@ class DiscussionXBlock(XBlock, StudioEditableXBlockMixin, XmlParserMixin):
discussion_id = String(scope=Scope.settings, default=UNIQUE_ID)
display_name = String(
display_name=_("Display Name"),
help=_("Display name for this component"),
help=_("The display name for this component."),
default="Discussion",
scope=Scope.settings
)