Commit a2e84d51 authored by Michal Čihař's avatar Michal Čihař

Add missing verbose descriptions for searches

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ad476c8d
......@@ -53,6 +53,10 @@ def get_filter_name(rqtype):
return _('Strings with suggestions')
elif rqtype == 'allchecks':
return _('Strings with any failing checks')
elif rqtype == 'sourcecomments':
return _('Strings with comments')
elif rqtype == 'targetcomments':
return _('Strings with comments')
elif rqtype in CHECKS:
return CHECKS[rqtype].name
......
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