From 1edc4d92841b1437f2b8901c9a539180e38bc5e4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 May 2013 10:27:13 +0530 Subject: [PATCH] Fix #1183661 (Typo "to to" in models.py) --- src/calibre/gui2/library/models.py | 2 +- src/calibre/translations/calibre.pot | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/calibre/gui2/library/models.py b/src/calibre/gui2/library/models.py index c0748a64ec..6b793cecf4 100644 --- a/src/calibre/gui2/library/models.py +++ b/src/calibre/gui2/library/models.py @@ -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)) diff --git a/src/calibre/translations/calibre.pot b/src/calibre/translations/calibre.pot index afd052bc8c..0d343c3ca9 100644 --- a/src/calibre/translations/calibre.pot +++ b/src/calibre/translations/calibre.pot @@ -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