From 388add7ae817c62196eb49c4b7ef07607cb7227c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 7 Jan 2014 11:57:04 +0530 Subject: [PATCH] ... --- 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 c05864725d..895b54d821 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -606,7 +606,7 @@ class Boss(QObject): def no_match(): QApplication.restoreOverrideCursor() - msg = '

' + _('No matches were found for %s.') % prepare_string_for_xml(state['find']) + msg = '

' + _('No matches were found for %s.') % ('
' + prepare_string_for_xml(state['find'])) if not state['wrap']: msg += '

' + _('You have turned off search wrapping, so all text might not have been searched.' ' Try the search again, with wrapping enabled. Wrapping is enabled via the'