Fix #715: On media submit page, "Separate" is misspelled

This commit is contained in:
Jef van Schendel 2011-12-30 19:45:00 +01:00
parent 550d48d040
commit 6f55906078
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class EditForm(wtforms.Form):
_('Tags'), _('Tags'),
[tag_length_validator], [tag_length_validator],
description=_( description=_(
"Seperate tags by commas.")) "Separate tags by commas."))
slug = wtforms.TextField( slug = wtforms.TextField(
_('Slug'), _('Slug'),
[wtforms.validators.Required(message=_("The slug can't be empty"))], [wtforms.validators.Required(message=_("The slug can't be empty"))],

View File

@ -32,4 +32,4 @@ class SubmitStartForm(wtforms.Form):
_('Tags'), _('Tags'),
[tag_length_validator], [tag_length_validator],
description=_( description=_(
"Seperate tags by commas.")) "Separate tags by commas."))