aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2012-12-03 14:19:28 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2012-12-03 16:52:35 +0100
commit32255ec0159837094b459e3f08694fda07ea3651 (patch)
tree9bcaed0453b702ab22e12942cb7c0da9251e6bea /mediagoblin/edit
parentd3c6e2a042bf2b2c4bca9ff2ad22983f97503461 (diff)
downloadmediagoblin-32255ec0159837094b459e3f08694fda07ea3651.tar.lz
mediagoblin-32255ec0159837094b459e3f08694fda07ea3651.tar.xz
mediagoblin-32255ec0159837094b459e3f08694fda07ea3651.zip
Fix translations around.
This includes: - Mark more strings for translation - Don't mark html-only nonsense for translation - Mark a better part for translation.
Diffstat (limited to 'mediagoblin/edit')
-rw-r--r--mediagoblin/edit/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/edit/views.py b/mediagoblin/edit/views.py
index 2d42ff0b..111f9ae8 100644
--- a/mediagoblin/edit/views.py
+++ b/mediagoblin/edit/views.py
@@ -153,7 +153,7 @@ def edit_attachments(request, media):
messages.add_message(
request, messages.SUCCESS,
- "You added the attachment %s!" \
+ _("You added the attachment %s!") \
% (request.form['attachment_name']
or request.files['attachment_file'].filename))