Changeset 734:6ca7dd88e3b2 in hatta-dev for hatta_qticon.py


Ignore:
Timestamp:
01/22/10 22:56:21 (2 years ago)
Author:
sheep@…
Branch:
default
Message:

correct hatta_qticon messages to use something similar to proper English

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hatta_qticon.py

    r626 r734  
    500500        # Wiki name input 
    501501        tooltip = _(u'Sets the name of you wiki. The name will be visible ' 
    502                    u'all accross the wiki and in wiki discovery.') 
     502                   u'across the wiki and on discovery.') 
    503503        self.name_label = QLabel(_(u'Wiki name:'), self) 
    504504        self.name_label.setToolTip(tooltip) 
     
    509509 
    510510        # 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 ' 
    512512                   u'held.') 
    513513        self.pages_label = QLabel(_(u'Pages path:'), self) 
Note: See TracChangeset for help on using the changeset viewer.