Fix small i18n typos

This commit is contained in:
Sarina Canelake
2014-07-21 17:51:12 -04:00
parent f20df3a8bb
commit 91196573e6
4 changed files with 8 additions and 11 deletions

View File

@@ -204,10 +204,10 @@ class CombinedOpenEndedFields(object):
scope=Scope.user_state
)
old_task_states = List(
help=_("A list of lists of state dictionaries for student states that are saved."
"This field is only populated if the instructor changes tasks after"
"the module is created and students have attempted it (for example changes a self assessed problem to "
"self and peer assessed."),
help=_("A list of lists of state dictionaries for student states that are saved. "
"This field is only populated if the instructor changes tasks after "
"the module is created and students have attempted it (for example, if a self assessed problem is "
"changed to self and peer assessed)."),
scope = Scope.user_state
)
task_states = List(