[Dicson] make a string translatable. fixes #3594
This commit is contained in:
parent
a861a3f719
commit
157d6826ec
|
@ -167,7 +167,7 @@ def find_current_groupchats(account):
|
||||||
|
|
||||||
class LeaveGroupchatsCommand(AdHocCommand):
|
class LeaveGroupchatsCommand(AdHocCommand):
|
||||||
commandnode = 'leave-groupchats'
|
commandnode = 'leave-groupchats'
|
||||||
commandname = 'Leave Groupchats'
|
commandname = _('Leave Groupchats')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def isVisibleFor(samejid):
|
def isVisibleFor(samejid):
|
||||||
|
|
Loading…
Reference in New Issue