aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/forms.py
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2012-03-17 13:18:43 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2012-03-17 13:18:43 +0100
commit416b439fc883a570902edd094b44f310d66e849c (patch)
tree5dcd772c9b7df843b155aee8e0cca016cc2fd8cb /mediagoblin/user_pages/forms.py
parent7e5a5acd5aa4737f64b82eb41ef214a473c5cde2 (diff)
downloadmediagoblin-416b439fc883a570902edd094b44f310d66e849c.tar.lz
mediagoblin-416b439fc883a570902edd094b44f310d66e849c.tar.xz
mediagoblin-416b439fc883a570902edd094b44f310d66e849c.zip
More/better translation.
- Try to preserve some translations (somehow). - Mark "Tagged with" again for translation. - Do not translate the empty string
Diffstat (limited to 'mediagoblin/user_pages/forms.py')
-rw-r--r--mediagoblin/user_pages/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/user_pages/forms.py b/mediagoblin/user_pages/forms.py
index acfbadab..f17e6c00 100644
--- a/mediagoblin/user_pages/forms.py
+++ b/mediagoblin/user_pages/forms.py
@@ -21,7 +21,7 @@ from mediagoblin.tools.translate import fake_ugettext_passthrough as _
class MediaCommentForm(wtforms.Form):
comment_content = wtforms.TextAreaField(
- _(''),
+ '',
[wtforms.validators.Required()])