mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 06:05:25 +01:00
...
This commit is contained in:
parent
bf733ef1b6
commit
388add7ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ def search(self, action, overrides=None):
|
|||
|
||||
def no_match():
|
||||
QApplication.restoreOverrideCursor()
|
||||
msg = '<p>' + _('No matches were found for %s.') % prepare_string_for_xml(state['find'])
|
||||
msg = '<p>' + _('No matches were found for %s.') % ('<br><i>' + prepare_string_for_xml(state['find']))
|
||||
if not state['wrap']:
|
||||
msg += '<p>' + _('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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue