From f45425ba99373489d86930f504dcf83a2f61ad6a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 14 Aug 2010 23:17:32 -0600 Subject: [PATCH] Updated translations template --- src/calibre/gui2/actions/choose_library.py | 2 +- src/calibre/translations/calibre.pot | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/calibre/gui2/actions/choose_library.py b/src/calibre/gui2/actions/choose_library.py index 713136029d..52485c91b0 100644 --- a/src/calibre/gui2/actions/choose_library.py +++ b/src/calibre/gui2/actions/choose_library.py @@ -131,7 +131,7 @@ class ChooseLibraryAction(InterfaceAction): if not exists: warning_dialog(self.gui, _('No library found'), _('No existing calibre library was found at %s.' - ' It will be removed from the list of known ' + ' It will be removed from the list of known' ' libraries.')%loc, show=True) self.stats.remove(location) self.build_menus() diff --git a/src/calibre/translations/calibre.pot b/src/calibre/translations/calibre.pot index 5a92835907..ed1b0044d2 100644 --- a/src/calibre/translations/calibre.pot +++ b/src/calibre/translations/calibre.pot @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: calibre 0.7.14\n" -"POT-Creation-Date: 2010-08-14 23:13+MDT\n" -"PO-Revision-Date: 2010-08-14 23:13+MDT\n" +"POT-Creation-Date: 2010-08-14 23:17+MDT\n" +"PO-Revision-Date: 2010-08-14 23:17+MDT\n" "Last-Translator: Automatically generated\n" "Language-Team: LANGUAGE\n" "MIME-Version: 1.0\n" @@ -2679,7 +2679,7 @@ msgid "No library found" msgstr "" #: /home/kovid/work/calibre/src/calibre/gui2/actions/choose_library.py:133 -msgid "No existing calibre library was found at %s. It will be removed from the list of known libraries." +msgid "No existing calibre library was found at %s. It will be removed from the list of known libraries." msgstr "" #: /home/kovid/work/calibre/src/calibre/gui2/actions/convert.py:22