mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5ad0ce80c9
commit
8a36b10085
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user