From 00c7e7712a1ef70d549a7e7bb71f824c5cfbffaf Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 20 Aug 2007 10:28:39 +0000 Subject: [PATCH] make a string translatable --- src/roster_window.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 3c701d573..0b120100b 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -3348,8 +3348,7 @@ class RosterWindow: 'savegpgpass') keyid = gajim.config.get_per('accounts', account, 'keyid') if keyid and not gajim.config.get('usegpg'): - #TODO: make this string translatable - dialog = dialogs.WarningDialog('GPG is not usable', _('You will be connected to %s without OpenPGP.') % account) + dialog = dialogs.WarningDialog(_('GPG is not usable'), _('You will be connected to %s without OpenPGP.') % account) if keyid and gajim.connections[account].connected < 2 and \ gajim.config.get('usegpg'):