string changes

This commit is contained in:
Kovid Goyal 2021-03-25 09:40:18 +05:30
parent 79e1fe3fce
commit d344114f1e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -658,7 +658,7 @@ class MetadataSingleDialogBase(QDialog):
self.save_state()
if self.was_data_edited and not confirm(
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
QDialog.reject(self)