Add missing space

This commit is contained in:
AJ Jordan 2018-11-18 17:59:43 -05:00 committed by GitHub
parent 77cf9bf1d2
commit 5619ee82bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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