From 57f6dcf579eab798f478648879b90b43685284cd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 Dec 2013 23:33:06 +0530 Subject: [PATCH] Fix #1263177 [Typo ("a the") in user-visible message](https://bugs.launchpad.net/calibre/+bug/1263177) --- src/calibre/gui2/tweak_book/boss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index fb689f6bc9..6749df0c60 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -773,7 +773,7 @@ class Boss(QObject): mt = current_container().mime_map[name] except KeyError: return error_dialog(self.gui, _('Does not exist'), _( - 'The file %s does not exist. If you were trying to click a' + 'The file %s does not exist. If you were trying to click an item in' ' the Table of Contents, you may' ' need to refresh it by right-clicking and choosing "Refresh".') % name, show=True) syntax = syntax_from_mime(name, mt)