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

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