Changeset 734:6ca7dd88e3b2 in hatta-dev


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

Files:
2 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) 
  • locale/hatta.pot

    r733 r734  
    1 # Hatta Wiki translation template 
     1# Hatta Wiki translation 
    22# Copyright (C) 2010 
    33# Radomir Dopieralski <hatta@sheep.art.pl>, 2010. 
     
    55msgid "" 
    66msgstr "" 
    7 "Project-Id-Version: Hatta 1.3.3dev\n" 
    8 "POT-Creation-Date: 2010-01-22 16:15+CET\n" 
     7"Project-Id-Version: Hatta Wiki 1.3.3dev\n" 
     8"POT-Creation-Date: 2010-01-22 22:53+CET\n" 
    99"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1010"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1212"MIME-Version: 1.0\n" 
    1313"Content-Type: text/plain; charset=utf-8\n" 
    14 "Content-Transfer-Encoding: ENCODING\n" 
     14"Content-Transfer-Encoding: 8bit\n" 
    1515"Generated-By: pygettext.py 1.5\n" 
    1616 
     
    369369 
    370370#: hatta_qticon.py:501 
    371 msgid "Sets the name of you wiki. The name will be visible all accross the wiki and in wiki discovery." 
     371msgid "Sets the name of you wiki. The name will be visible across the wiki and on discovery." 
    372372msgstr "" 
    373373 
     
    377377 
    378378#: hatta_qticon.py:511 
    379 msgid "Sets the pages directory, where wiki pages will beheld." 
     379msgid "Sets the pages directory, where wiki pages will be held." 
    380380msgstr "" 
    381381 
Note: See TracChangeset for help on using the changeset viewer.