Skip to content
Snippets Groups Projects
Commit f01c0eac authored by nicfit's avatar nicfit
Browse files

Label string fix for #1054

parent dd44704a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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