This commit is contained in:
Kovid Goyal 2013-12-03 13:15:46 +05:30
parent 5ad0ce80c9
commit 8a36b10085

View File

@ -504,6 +504,8 @@ class Boss(QObject):
def no_replace(prefix=''): def no_replace(prefix=''):
QApplication.restoreOverrideCursor() QApplication.restoreOverrideCursor()
if prefix:
prefix += ' '
error_dialog( error_dialog(
self.gui, _('Cannot replace'), prefix + _( self.gui, _('Cannot replace'), prefix + _(
'You must first click Find, before trying to replace'), show=True) 'You must first click Find, before trying to replace'), show=True)