mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
79e1fe3fce
commit
d344114f1e
@ -658,7 +658,7 @@ class MetadataSingleDialogBase(QDialog):
|
|||||||
self.save_state()
|
self.save_state()
|
||||||
if self.was_data_edited and not confirm(
|
if self.was_data_edited and not confirm(
|
||||||
title=_('Are you sure?'), name='confirm-cancel-edit-single-metadata', msg=_(
|
title=_('Are you sure?'), name='confirm-cancel-edit-single-metadata', msg=_(
|
||||||
'You will lose all unsaved changes, are you sure?'), parent=self):
|
'You will lose all unsaved changes. Are you sure?'), parent=self):
|
||||||
return
|
return
|
||||||
QDialog.reject(self)
|
QDialog.reject(self)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user