mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
details: Tweak sound hwlist entry to be consistent with others
Dropping the colon
This commit is contained in:
parent
c68cd7bb00
commit
94e4e8bf5a
@ -228,7 +228,7 @@ def _label_for_device(dev):
|
|||||||
if devtype == "hostdev":
|
if devtype == "hostdev":
|
||||||
return dev.pretty_name()
|
return dev.pretty_name()
|
||||||
if devtype == "sound":
|
if devtype == "sound":
|
||||||
return _("Sound: %s") % dev.model
|
return _("Sound %s") % dev.model
|
||||||
if devtype == "video":
|
if devtype == "video":
|
||||||
return _("Video %s") % dev.pretty_model(dev.model)
|
return _("Video %s") % dev.pretty_model(dev.model)
|
||||||
if devtype == "filesystem":
|
if devtype == "filesystem":
|
||||||
|
Loading…
Reference in New Issue
Block a user