typo
This commit is contained in:
parent
bdd436e1f4
commit
0bb2fceb16
|
@ -39,6 +39,6 @@ def get_uf_show(show):
|
||||||
uf_show = _('Offline')
|
uf_show = _('Offline')
|
||||||
elif show == 'invisible':
|
elif show == 'invisible':
|
||||||
uf_show = _('Invisible')
|
uf_show = _('Invisible')
|
||||||
elif show == 'not in the roster'
|
elif show == 'not in the roster':
|
||||||
uf_show = _('Not in the roster')
|
uf_show = _('Not in the roster')
|
||||||
return uf_show
|
return uf_show
|
||||||
|
|
Loading…
Reference in New Issue