changed Q__ to Q_

This commit is contained in:
Dimitur Kirov 2005-08-14 13:46:15 +00:00
parent 47e9aa46db
commit 332bffc29f
1 changed files with 1 additions and 1 deletions

View File

@ -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):