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