Fix error on warning in Settings on Rename VM
fixes QubesOS/qubes-issues#4745
This commit is contained in:
parent
0410518d29
commit
60944bb2fd
@ -75,7 +75,7 @@ class RenameVMThread(QtCore.QThread):
|
|||||||
list_text = utils.format_dependencies_list(failed_props)
|
list_text = utils.format_dependencies_list(failed_props)
|
||||||
|
|
||||||
QtGui.QMessageBox.warning(
|
QtGui.QMessageBox.warning(
|
||||||
self,
|
None,
|
||||||
self.tr("Warning: rename partially unsuccessful"),
|
self.tr("Warning: rename partially unsuccessful"),
|
||||||
self.tr("Some properties could not be changed to the new "
|
self.tr("Some properties could not be changed to the new "
|
||||||
"name. The system has now both {} and {} qubes. "
|
"name. The system has now both {} and {} qubes. "
|
||||||
|
Loading…
Reference in New Issue
Block a user