Reflect recent changes in translation

This commit is contained in:
Alexander Cherniuk 2010-04-03 20:49:31 +03:00
parent af1785ebe8
commit d359879c2c
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def get_uf_show(show, use_mnemonic = False):
uf_show = _('Free for Chat')
elif show == 'online':
if use_mnemonic:
uf_show = _('_Available')
uf_show = Q_('?user status:_Available')
else:
uf_show = Q_('?user status:Available')
elif show == 'connecting':