From f86139d0d20e36b6fe2bf814a3d51ba584dbbba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Mon, 8 Jan 2018 20:06:57 +0100 Subject: [PATCH] Renamed 'VM' to 'qube' in GUI For consistency with new terminology. --- qubesmanager/bootfromdevice.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qubesmanager/bootfromdevice.py b/qubesmanager/bootfromdevice.py index 518c7fb..458abef 100644 --- a/qubesmanager/bootfromdevice.py +++ b/qubesmanager/bootfromdevice.py @@ -75,8 +75,8 @@ class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog, QtGui.QDialog): QtGui.QMessageBox.warning( None, self.tr("Warning!"), - self.tr("VM must be turned off before booting it from" - "device. Please turn off the VM.") + self.tr("Qube must be turned off before booting it from" + "device. Please turn off the qube.") ) def __init_buttons__(self): @@ -135,7 +135,7 @@ def main(args=None): qapp = QtGui.QApplication(sys.argv) qapp.setOrganizationName('Invisible Things Lab') qapp.setOrganizationDomain("https://www.qubes-os.org/") - qapp.setApplicationName("Qubes VM Settings") + qapp.setApplicationName("Boot Qube From Device") # if not utils.is_debug(): #FIXME # sys.excepthook = handle_exception