Skip to content
Snippets Groups Projects
Commit 332bffc2 authored by dkirov's avatar dkirov
Browse files

changed Q__ to Q_

parent 47e9aa46
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def get_uf_show(show):
elif show == 'requested':
uf_show = Q_('?contact has status:Unknown')
else:
uf_show = Q__('?contact has status:Has errors')
uf_show = Q_('?contact has status:Has errors')
return unicode(uf_show)
def get_uf_sub(sub):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment