Commit eb89b67d authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents ca823aca 611ca6db
......@@ -136,14 +136,10 @@ def upload_translation(request, project, subproject, lang):
messages.info(
request,
ungettext(
_(
'There were no new strings in uploaded file, '
'processed %d string.'
),
_(
'There were no new strings in uploaded file, '
'processed %d strings.'
),
'There were no new strings in uploaded file, '
'processed %d string.',
'There were no new strings in uploaded file, '
'processed %d strings.',
count
) % count
)
......
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