Commit 220a9a89 authored by Michal Čihař's avatar Michal Čihař

Join translated string to include comment in po file

When _( is on separate line, xgettext does not include comment from
previous line in po file.

Fixes #273.
parent afd0f764
...@@ -261,10 +261,7 @@ class NormalWidget(Widget): ...@@ -261,10 +261,7 @@ class NormalWidget(Widget):
'%(percent)d%% complete, help us improve!' '%(percent)d%% complete, help us improve!'
), ),
# Translators: please use your language name instead of English # Translators: please use your language name instead of English
_( _('translating %(count)d strings into English\n%(percent)d%% complete, help us improve!'),
'translating %(count)d strings into English\n'
'%(percent)d%% complete, help us improve!'
),
'Sans', 8, 'Sans', 8,
72, 22 72, 22
) )
......
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