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

* origin/pr/136:
  Add missing space
This commit is contained in:
Marek Marczykowski-Górecki 2018-11-21 01:58:40 +01:00
commit a760a64a85
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -77,7 +77,7 @@ class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog, QtGui.QDialog):
QtGui.QMessageBox.warning(
None,
self.tr("Warning!"),
self.tr("Qube must be turned off before booting it from"
self.tr("Qube must be turned off before booting it from "
"device. Please turn off the qube.")
)