Skip to content

Commit

Permalink
Changed wording in Create New Qube and fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed May 6, 2019
1 parent 2634b3b commit 768bfac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qubesmanager/create_new_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ def __init__(self, qtapp, app, parent=None):
self.tr('Cannot create a qube when no template exists.'))

# Order of types is important and used elsewhere; if it's changed
# check for changes needed in self.type_change and TODO
# check for changes needed in self.type_change
type_list = [self.tr("Qube based on a template (AppVM)"),
self.tr("Standalone qube"),
self.tr("Standalone qube copied from a template")]
self.tr("Standalone qube copied from a template"),
self.tr("Empty standalone qube (install your own OS)")]
self.vm_type.addItems(type_list)

self.vm_type.currentIndexChanged.connect(self.type_change)
Expand Down

0 comments on commit 768bfac

Please sign in to comment.