details: Tweak sound hwlist entry to be consistent with others

Dropping the colon
This commit is contained in:
Cole Robinson 2018-01-20 17:25:40 -05:00
parent c68cd7bb00
commit 94e4e8bf5a

View File

@ -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":