[Dicson] make a string translatable. fixes #3594

This commit is contained in:
Yann Leboulanger 2007-12-02 19:29:22 +00:00
parent a861a3f719
commit 157d6826ec
1 changed files with 1 additions and 1 deletions

View File

@ -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):