Changeset 734:6ca7dd88e3b2 in hatta-dev for hatta_qticon.py
- Timestamp:
- 01/22/10 22:56:21 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
hatta_qticon.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hatta_qticon.py
r626 r734 500 500 # Wiki name input 501 501 tooltip = _(u'Sets the name of you wiki. The name will be visible ' 502 u'a ll accross the wiki and in wikidiscovery.')502 u'across the wiki and on discovery.') 503 503 self.name_label = QLabel(_(u'Wiki name:'), self) 504 504 self.name_label.setToolTip(tooltip) … … 509 509 510 510 # Pages dir choosing 511 tooltip = _(u'Sets the pages directory, where wiki pages will be '511 tooltip = _(u'Sets the pages directory, where wiki pages will be ' 512 512 u'held.') 513 513 self.pages_label = QLabel(_(u'Pages path:'), self)
Note: See TracChangeset
for help on using the changeset viewer.
