Label string fix for #1054

This commit is contained in:
Travis Shirk 2006-01-14 22:08:52 +00:00
parent dd44704af4
commit f01c0eac85
1 changed files with 1 additions and 1 deletions

View File

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