This commit is contained in:
Nikos Kouremenos 2005-07-06 12:14:24 +00:00
parent 949c105312
commit 0add3ad0c8

View file

@ -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')\