Changed wording in Create New Qube and fixed minor bug
references QubesOS/qubes-issues#4723
This commit is contained in:
		
							parent
							
								
									2634b3b229
								
							
						
					
					
						commit
						768bfac019
					
				@ -116,10 +116,10 @@ class NewVmDlg(QtGui.QDialog, Ui_NewVMDlg):
 | 
				
			|||||||
                self.tr('Cannot create a qube when no template exists.'))
 | 
					                self.tr('Cannot create a qube when no template exists.'))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Order of types is important and used elsewhere; if it's changed
 | 
					        # 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)"),
 | 
					        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.addItems(type_list)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.vm_type.currentIndexChanged.connect(self.type_change)
 | 
					        self.vm_type.currentIndexChanged.connect(self.type_change)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user