Explorar el Código

Add missing space

AJ Jordan hace 5 años
padre
commit
5619ee82bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.")
             )