aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/forms.py
diff options
context:
space:
mode:
authorManuel Urbano Santos <mu@member.fsf.org>2011-11-27 14:31:20 +0100
committerManuel Urbano Santos <mu@member.fsf.org>2011-11-27 14:31:20 +0100
commit9382221fe2d3e69b7900cfb7461abfdb443b4d10 (patch)
tree12be40122a755a6c424de8343a1b9194b3fb36e4 /mediagoblin/submit/forms.py
parent30188321531e1b0d3c78166498702bbd8c7dc2bc (diff)
downloadmediagoblin-9382221fe2d3e69b7900cfb7461abfdb443b4d10.tar.lz
mediagoblin-9382221fe2d3e69b7900cfb7461abfdb443b4d10.tar.xz
mediagoblin-9382221fe2d3e69b7900cfb7461abfdb443b4d10.zip
Fix the text "Seperate tags by commas and spaces" since spaces are not used to seperate anymore.
Diffstat (limited to 'mediagoblin/submit/forms.py')
-rw-r--r--mediagoblin/submit/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/submit/forms.py b/mediagoblin/submit/forms.py
index 48a21f02..ad420771 100644
--- a/mediagoblin/submit/forms.py
+++ b/mediagoblin/submit/forms.py
@@ -32,4 +32,4 @@ class SubmitStartForm(wtforms.Form):
_('Tags'),
[tag_length_validator],
description=_(
- "Seperate tags by commas or spaces."))
+ "Seperate tags by commas."))