From 157d6826ec14b8d9a0dfb700dbb8705967a2b295 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Sun, 2 Dec 2007 19:29:22 +0000
Subject: [PATCH] [Dicson] make a string translatable. fixes #3594

---
 src/common/commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/commands.py b/src/common/commands.py
index 8edaf43561..2e4ad6e25f 100644
--- a/src/common/commands.py
+++ b/src/common/commands.py
@@ -167,7 +167,7 @@ def find_current_groupchats(account):
 
 class LeaveGroupchatsCommand(AdHocCommand):
 	commandnode = 'leave-groupchats'
-	commandname = 'Leave Groupchats'
+	commandname = _('Leave Groupchats')
 
 	@staticmethod
 	def isVisibleFor(samejid):
-- 
GitLab