Fix translations around.

This includes:
- Mark more strings for translation
- Don't mark html-only nonsense for translation
- Mark a better part for translation.
This commit is contained in:
Elrond
2012-12-03 14:19:28 +01:00
parent d3c6e2a042
commit 32255ec015
4 changed files with 19 additions and 11 deletions

View File

@@ -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))