Skip to content

Commit

Permalink
[Videomode] update DTS-HD text (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and Hains committed Jul 17, 2022
1 parent af1419e commit 99b8eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Plugins/SystemPlugins/Videomode/plugin.py
Expand Up @@ -128,7 +128,7 @@ def createSetup(self):
if SystemInfo["CanAACTranscode"]:
self.list.append(getConfigListEntry(_("AAC transcoding"), config.av.transcodeaac, _("Choose whether AAC sound tracks should be transcoded.")))
if SystemInfo["CanDTSHD"]:
self.list.append(getConfigListEntry(_("DTS-HD HR/DTS-HD MA/DTS"), config.av.dtshd, ("Choose whether multi channel DTSHD sound tracks should be downmixed or transcoded.")))
self.list.append(getConfigListEntry(_("DTS-HD(HR/MA) downmix"), config.av.dtshd, _("Choose whether multi channel DTS-HD(HR/MA) sound tracks should be downmixed or transcoded.")))
if SystemInfo["CanWMAPRO"]:
self.list.append(getConfigListEntry(_("WMA Pro downmix"), config.av.wmapro, _("Choose whether WMA Pro sound tracks should be downmixed.")))
if SystemInfo["HasMultichannelPCM"]:
Expand Down

0 comments on commit 99b8eb7

Please sign in to comment.