Reflect recent changes in translation
This commit is contained in:
parent
af1785ebe8
commit
d359879c2c
|
@ -221,7 +221,7 @@ def get_uf_show(show, use_mnemonic = False):
|
||||||
uf_show = _('Free for Chat')
|
uf_show = _('Free for Chat')
|
||||||
elif show == 'online':
|
elif show == 'online':
|
||||||
if use_mnemonic:
|
if use_mnemonic:
|
||||||
uf_show = _('_Available')
|
uf_show = Q_('?user status:_Available')
|
||||||
else:
|
else:
|
||||||
uf_show = Q_('?user status:Available')
|
uf_show = Q_('?user status:Available')
|
||||||
elif show == 'connecting':
|
elif show == 'connecting':
|
||||||
|
|
Loading…
Reference in New Issue