summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-03-05 14:39:13 +0100
committerJohns <johns98@gmx.net>2013-03-05 14:39:13 +0100
commit637c04655a61525c624bbb2c2e10e264fe6ba55e (patch)
tree3b2fce16e4a5ec24fd1937731aa6996ae0d69a51 /softhddevice.cpp
parent9954b939efd6d04c5e810f39066f0eb86f653a55 (diff)
downloadvdr-plugin-softhddevice-637c04655a61525c624bbb2c2e10e264fe6ba55e.tar.gz
vdr-plugin-softhddevice-637c04655a61525c624bbb2c2e10e264fe6ba55e.tar.bz2
Fixes text of EAC-3 pass-through setup.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 56871de..ebaaa0f 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -854,7 +854,7 @@ void cMenuSetupSoft::Create(void)
&AudioPassthroughPCM, trVDR("no"), trVDR("yes")));
Add(new cMenuEditBoolItem(tr("\040\040AC-3 pass-through"),
&AudioPassthroughAC3, trVDR("no"), trVDR("yes")));
- Add(new cMenuEditBoolItem(tr("\040\040AC-3 pass-through"),
+ Add(new cMenuEditBoolItem(tr("\040\040EAC-3 pass-through"),
&AudioPassthroughEAC3, trVDR("no"), trVDR("yes")));
Add(new cMenuEditBoolItem(tr("Enable (E)AC-3 (decoder) downmix"),
&AudioDownmix, trVDR("no"), trVDR("yes")));