From 32255ec0159837094b459e3f08694fda07ea3651 Mon Sep 17 00:00:00 2001 From: Elrond Date: Mon, 3 Dec 2012 14:19:28 +0100 Subject: Fix translations around. This includes: - Mark more strings for translation - Don't mark html-only nonsense for translation - Mark a better part for translation. --- mediagoblin/edit/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/edit') 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)) -- cgit v1.2.3