Rename NetVM to Networking in vm-settings
Renamed "NetVM" to "Networking" and to clear up any possible misunderstanding, renamed "none" to "(none)" in the appropriate dropdown. Fixes QubesOS/qubes-issues#1763
This commit is contained in:
		
							parent
							
								
									c85fbab6f6
								
							
						
					
					
						commit
						9c85dc34ec
					
				@ -81,7 +81,7 @@ def prepare_choice(widget, holder, propname, choice, default,
 | 
				
			|||||||
                str(default) if default is not None else 'none')
 | 
					                str(default) if default is not None else 'none')
 | 
				
			||||||
        # N+1: explicit None
 | 
					        # N+1: explicit None
 | 
				
			||||||
        elif item is None:
 | 
					        elif item is None:
 | 
				
			||||||
            text = 'none'
 | 
					            text = '(none)'
 | 
				
			||||||
        # 1..N: choices
 | 
					        # 1..N: choices
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            text = str(item)
 | 
					            text = str(item)
 | 
				
			||||||
 | 
				
			|||||||
@ -291,7 +291,7 @@
 | 
				
			|||||||
            <item row="2" column="0">
 | 
					            <item row="2" column="0">
 | 
				
			||||||
             <widget class="QLabel" name="label_18">
 | 
					             <widget class="QLabel" name="label_18">
 | 
				
			||||||
              <property name="text">
 | 
					              <property name="text">
 | 
				
			||||||
               <string>NetVM:</string>
 | 
					               <string>Networking:</string>
 | 
				
			||||||
              </property>
 | 
					              </property>
 | 
				
			||||||
              <property name="buddy">
 | 
					              <property name="buddy">
 | 
				
			||||||
               <cstring>netVM</cstring>
 | 
					               <cstring>netVM</cstring>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user