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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user