Commit 6ac25885 by E. Kolpakov

Improved help message.

parent b2a17b35
...@@ -188,7 +188,7 @@ class LibraryContentFields(object): ...@@ -188,7 +188,7 @@ class LibraryContentFields(object):
) )
capa_type = String( capa_type = String(
display_name=_("Problem Type"), display_name=_("Problem Type"),
help=_("The type of components to include in this block"), help=_('Choose a problem type to fetch from the library. If "Any Type" is selected no filtering is applied.'),
default=ANY_CAPA_TYPE_VALUE, default=ANY_CAPA_TYPE_VALUE,
values=_get_capa_types(), values=_get_capa_types(),
scope=Scope.settings, 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