Changeset 9086

Show
Ignore:
Timestamp:
12/02/07 20:29:22 (12 months ago)
Author:
asterix
Message:

[Dicson] make a string translatable. fixes #3594

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/commands.py

    r9080 r9086  
    168168class LeaveGroupchatsCommand(AdHocCommand): 
    169169        commandnode = 'leave-groupchats' 
    170         commandname = 'Leave Groupchats' 
     170        commandname = _('Leave Groupchats') 
    171171 
    172172        @staticmethod