From 5619ee82bdfa54ddca8d8c490f13d7d648e4627b Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 18 Nov 2018 17:59:43 -0500 Subject: [PATCH] Add missing space --- qubesmanager/bootfromdevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/bootfromdevice.py b/qubesmanager/bootfromdevice.py index d73b08c..2849db2 100644 --- a/qubesmanager/bootfromdevice.py +++ b/qubesmanager/bootfromdevice.py @@ -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.") )