From dcc280b3da7fd475cf3e1e7744b68c51831c97af Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 23 Nov 2004 14:13:31 +0000
Subject: [PATCH] little bugfix : missing ()

---
 plugins/gtkgui/gtkgui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py
index 666108fbbe..57a08a4a91 100644
--- a/plugins/gtkgui/gtkgui.py
+++ b/plugins/gtkgui/gtkgui.py
@@ -2321,7 +2321,7 @@ class plugin:
 				self.systray.add_jid(jid, account)
 
 	def handle_event_bad_passphrase(self, account, array):
-		warning_Window(_"Your GPG passphrase is wrong, so you are connected without your GPG key.")
+		warning_Window(_("Your GPG passphrase is wrong, so you are connected without your GPG key."))
 
 	def handle_event_gpg_secrete_keys(self, account, keys):
 		keys['None'] = 'None'
-- 
GitLab