AJ Jordan пре 5 година
родитељ
комит
5619ee82bd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      qubesmanager/bootfromdevice.py

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