adding error for uf_show as else

This commit is contained in:
Nikos Kouremenos 2005-05-23 16:57:35 +00:00
parent 667eb618b7
commit 16b6745a90
1 changed files with 2 additions and 0 deletions

View File

@ -41,4 +41,6 @@ def get_uf_show(show):
uf_show = _('Invisible')
elif show == 'not in the roster':
uf_show = _('Not in the roster')
else:
uf_show = _('Has errors')
return uf_show