1
0

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
Este cometimento está contido em:
Marta Marczykowska-Górecka 2017-09-05 00:51:25 +02:00
ascendente c85fbab6f6
cometimento 9c85dc34ec
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 9A752C30B26FD04B
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

@ -81,7 +81,7 @@ def prepare_choice(widget, holder, propname, choice, default,
str(default) if default is not None else 'none')
# N+1: explicit None
elif item is None:
text = 'none'
text = '(none)'
# 1..N: choices
else:
text = str(item)

Ver ficheiro

@ -291,7 +291,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>NetVM:</string>
<string>Networking:</string>
</property>
<property name="buddy">
<cstring>netVM</cstring>