diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-01 16:59:22 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-01 16:59:22 -0600 |
commit | 8e2af2843f2de273f75cc1351bb87a905a11fb92 (patch) | |
tree | c074b1fc692e50c95c2f44fad345cccf58823adc /mediagoblin/submit | |
parent | c7e1fee1b8eab3c01266c9a349812db598ca8f07 (diff) | |
parent | 72567762e36c849ffe8172b6cea4ca1be682e511 (diff) | |
download | mediagoblin-8e2af2843f2de273f75cc1351bb87a905a11fb92.tar.lz mediagoblin-8e2af2843f2de273f75cc1351bb87a905a11fb92.tar.xz mediagoblin-8e2af2843f2de273f75cc1351bb87a905a11fb92.zip |
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Diffstat (limited to 'mediagoblin/submit')
-rw-r--r-- | mediagoblin/submit/forms.py | 2 |
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.")) |