Renamed 'VM' to 'qube' in GUI

For consistency with new terminology.
This commit is contained in:
Marta Marczykowska-Górecka 2018-01-08 20:06:57 +01:00
parent 45496f73de
commit f86139d0d2
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -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