small logic fix

This commit is contained in:
Nikos Kouremenos 2005-08-04 19:47:01 +00:00
parent 3f5d93a8df
commit 901088484a
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ def get_uf_show(show):
uf_show = _('Invisible')
elif show == 'not in the roster':
uf_show = _('Not in the roster')
elif show == 'requested':
uf_show = _('Unknown')
else:
uf_show = _('Has errors')
return unicode(uf_show)