Fix #1183661 (Typo "to to" in models.py)

This commit is contained in:
Kovid Goyal 2013-05-24 10:27:13 +05:30
parent ad76fab07c
commit 1edc4d9284
2 changed files with 4 additions and 4 deletions

View File

@ -907,7 +907,7 @@ class BooksModel(QAbstractTableModel): # {{{
if ht == 'timestamp': # change help text because users know this field as 'date'
ht = 'date'
if self.db.field_metadata[self.column_map[section]]['is_category']:
is_cat = '.\n\n' + _('Click in this column and press Q to to Quickview books with the same %s' % ht)
is_cat = '.\n\n' + _('Click in this column and press Q to Quickview books with the same %s' % ht)
else:
is_cat = ''
return QVariant(_('The lookup/search name is "{0}"{1}').format(ht, is_cat))

View File

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: calibre 0.9.32\n"
"POT-Creation-Date: 2013-05-24 09:01+IST\n"
"PO-Revision-Date: 2013-05-24 09:01+IST\n"
"POT-Creation-Date: 2013-05-24 10:26+IST\n"
"PO-Revision-Date: 2013-05-24 10:26+IST\n"
"Last-Translator: Automatically generated\n"
"Language-Team: LANGUAGE\n"
"MIME-Version: 1.0\n"
@ -12503,7 +12503,7 @@ msgstr ""
#: /home/kovid/work/calibre/src/calibre/gui2/library/models.py:910
#, python-format
msgid "Click in this column and press Q to to Quickview books with the same %s"
msgid "Click in this column and press Q to Quickview books with the same %s"
msgstr ""
#: /home/kovid/work/calibre/src/calibre/gui2/library/models.py:913