This commit is contained in:
Kovid Goyal 2014-01-07 12:14:03 +05:30
parent 388add7ae8
commit a8a81594f4

View File

@ -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'