Improved help message.

This commit is contained in:
E. Kolpakov
2014-12-30 11:18:17 +03:00
parent b2a17b35b0
commit 6ac258850f

View File

@@ -188,7 +188,7 @@ class LibraryContentFields(object):
)
capa_type = String(
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,
values=_get_capa_types(),
scope=Scope.settings,