mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-11 07:55:52 -06:00
Don't show useless PO output in network source mode list
Apparently _("") when running in a non-en locale returns the PO header. A buglet was sticking the whole header in a combo box!
This commit is contained in:
parent
9c23dfa992
commit
a5cb785c62
@ -234,7 +234,7 @@ def populate_source_mode_combo(vm, combo):
|
||||
model.clear()
|
||||
|
||||
# [xml value, label]
|
||||
model.append([None, _("")])
|
||||
model.append([None, "Default"])
|
||||
model.append(["vepa", "VEPA"])
|
||||
model.append(["bridge", "Bridge"])
|
||||
model.append(["private", "Private"])
|
||||
|
Loading…
Reference in New Issue
Block a user