More/better translation.

- Try to preserve some translations (somehow).
- Mark "Tagged with" again for translation.
- Do not translate the empty string
This commit is contained in:
Elrond
2012-03-17 13:18:43 +01:00
parent 7e5a5acd5a
commit 416b439fc8
3 changed files with 6 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ from mediagoblin.tools.translate import fake_ugettext_passthrough as _
class MediaCommentForm(wtforms.Form):
comment_content = wtforms.TextAreaField(
_(''),
'',
[wtforms.validators.Required()])