Commit 63e59886 authored by Michal Čihař's avatar Michal Čihař

Correct expansion

parent 2f3a814d
......@@ -252,7 +252,7 @@ def handle_translate(obj, request, user_locked, this_unit_url, next_unit_url):
messages.info(
request,
_('Following fixups were applied to translation: %s') %
', '.join(fixups)
', '.join([unicode(f) for f in fixups])
)
# Remember old checks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment