Merge remote-tracking branch 'origin/pr/148'

* origin/pr/148:
  Fix error on warning in Settings on Rename VM
This commit is contained in:
Marek Marczykowski-Górecki 2019-01-21 23:01:19 +01:00
commit 59dd11e137
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

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. "