mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
388add7ae8
commit
a8a81594f4
@ -606,7 +606,7 @@ class Boss(QObject):
|
|||||||
|
|
||||||
def no_match():
|
def no_match():
|
||||||
QApplication.restoreOverrideCursor()
|
QApplication.restoreOverrideCursor()
|
||||||
msg = '<p>' + _('No matches were found for %s.') % ('<br><i>' + prepare_string_for_xml(state['find']))
|
msg = '<p>' + _('No matches were found for %s') % ('<pre style="font-style:italic">' + prepare_string_for_xml(state['find']) + '</pre>')
|
||||||
if not state['wrap']:
|
if not state['wrap']:
|
||||||
msg += '<p>' + _('You have turned off search wrapping, so all text might not have been searched.'
|
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'
|
' Try the search again, with wrapping enabled. Wrapping is enabled via the'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user