From 5a113f3c04107f365d810556770546e32f7fa943 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 14 Dec 2013 09:26:59 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/boss.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index c12050192f..16480369f2 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -715,8 +715,8 @@ class Boss(QObject): except KeyError: return error_dialog(self.gui, _('Does not exist'), _( 'The file %s does not exist. If you were trying to click a' - ' link in the preview panel or the Table of Contents, you may' - ' need to refresh them by right-clicking and choosing "Refresh".') % name, show=True) + ' 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) editor = self.edit_file(name, syntax) if anchor: