Changeset 9086
- Timestamp:
- 12/02/07 20:29:22 (12 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/commands.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/commands.py
r9080 r9086 168 168 class LeaveGroupchatsCommand(AdHocCommand): 169 169 commandnode = 'leave-groupchats' 170 commandname = 'Leave Groupchats'170 commandname = _('Leave Groupchats') 171 171 172 172 @staticmethod
