Fix error on warning in Settings on Rename VM

fixes QubesOS/qubes-issues#4745
This commit is contained in:
Marta Marczykowska-Górecka 2019-01-21 19:53:12 +01:00
parent 0410518d29
commit 60944bb2fd
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -75,7 +75,7 @@ class RenameVMThread(QtCore.QThread):
list_text = utils.format_dependencies_list(failed_props)
QtGui.QMessageBox.warning(
self,
None,
self.tr("Warning: rename partially unsuccessful"),
self.tr("Some properties could not be changed to the new "
"name. The system has now both {} and {} qubes. "