Label string fix for #1054
This commit is contained in:
parent
dd44704af4
commit
f01c0eac85
|
@ -225,7 +225,7 @@ def get_uf_show(show, use_mnemonic = False):
|
|||
else:
|
||||
uf_show = _('Invisible')
|
||||
elif show == 'not in the roster':
|
||||
uf_show = _('Not in the roster')
|
||||
uf_show = _('Not in Roster')
|
||||
elif show == 'requested':
|
||||
uf_show = Q_('?contact has status:Unknown')
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue