Commit 188726c4 authored by Michal Čihař's avatar Michal Čihař

Better verbose name for same check

Using "Not translated" really mixed up with not translated strings.

Fixes #579
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1667f96f
......@@ -32,8 +32,8 @@ good quality of translations.
.. _check-same:
Not translated
~~~~~~~~~~~~~~
Unchanged translation
~~~~~~~~~~~~~~~~~~~~~
The source and translated strings are the same at least in one of the plural forms.
This check ignores some strings which are quite usually same in all languages
......
......@@ -958,7 +958,7 @@ class SameCheck(TargetCheck):
Check for not translated entries.
'''
check_id = 'same'
name = _('Not translated')
name = _('Unchanged translation')
description = _('Source and translated strings are same')
severity = 'warning'
......
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