typo
This commit is contained in:
parent
949c105312
commit
0add3ad0c8
|
@ -387,7 +387,7 @@ class TabbedChatWindow(chat.Chat):
|
|||
else:
|
||||
ec = gajim.encrypted_chats[self.account]
|
||||
if encrypted and jid not in ec:
|
||||
msg = 'Encryption enabled
|
||||
msg = 'Encryption enabled'
|
||||
lang = os.getenv('LANG')
|
||||
if lang is not None or lang != 'en': # we're not english
|
||||
msg = _('Encryption enabled')\
|
||||
|
|
Loading…
Reference in New Issue