changed Q__ to Q_
This commit is contained in:
parent
47e9aa46db
commit
332bffc29f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue