Changes between Initial Version and Version 1 of Ticket #9321, comment 12
- Timestamp:
- Feb 26, 2011, 9:09:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9321, comment 12
initial v1 11 11 12 12 class SelectMultiple(Select): 13 ... 13 14 def get_help_text(self, text): 14 15 return string_concat(text, ' ', _('Hold down "Control", or "Command" on a Mac, to select more than one.'))