Fix #715: On media submit page, "Separate" is misspelled
authorJef van Schendel <mail@jefvanschendel.nl>
Fri, 30 Dec 2011 18:45:00 +0000 (19:45 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Fri, 30 Dec 2011 18:45:00 +0000 (19:45 +0100)
mediagoblin/edit/forms.py
mediagoblin/submit/forms.py

index dd339e08842bd51d6144be4afd42a15ff74aaa93..f9cc92bfe228ea177e780d097fb012d6369aeeff 100644 (file)
@@ -28,7 +28,7 @@ class EditForm(wtforms.Form):
         _('Tags'),
         [tag_length_validator],
         description=_(
-            "Seperate tags by commas."))
+            "Separate tags by commas."))
     slug = wtforms.TextField(
         _('Slug'),
         [wtforms.validators.Required(message=_("The slug can't be empty"))],
index ad4207717054c34a3ec30c6ccd1f91bfc51f3378..e21b00eebf1ef57e786074bcb4cfd4a66c303f89 100644 (file)
@@ -32,4 +32,4 @@ class SubmitStartForm(wtforms.Form):
         _('Tags'),
         [tag_length_validator],
         description=_(
-          "Seperate tags by commas."))
+          "Separate tags by commas."))