Changes between Initial Version and Version 1 of Ticket #9321, comment 12


Ignore:
Timestamp:
Feb 26, 2011, 9:09:37 PM (13 years ago)
Author:
Julien Phalip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9321, comment 12

    initial v1  
    1111
    1212class SelectMultiple(Select):
     13    ...
    1314    def get_help_text(self, text):
    1415        return string_concat(text, ' ', _('Hold down "Control", or "Command" on a Mac, to select more than one.'))
Back to Top