From 637c04655a61525c624bbb2c2e10e264fe6ba55e Mon Sep 17 00:00:00 2001 From: Johns Date: Tue, 5 Mar 2013 14:39:13 +0100 Subject: Fixes text of EAC-3 pass-through setup. --- softhddevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'softhddevice.cpp') 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"))); -- cgit v1.2.3