diff --git a/src/common/commands.py b/src/common/commands.py
index 8edaf43561f3be60601be52b9edc9797f737dd31..2e4ad6e25ff3e1f039eee3f4b18c0fd328a472df 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):