From: Bradley Sepos <bradley@bradleysepos.com>
Date: Tue, 23 Jan 2018 19:27:25 +0000 (-0500)
Subject: mac: Use E-AC3 instead of EAC3 in audio selection behavior sheet.
X-Git-Tag: 1.1.0~60
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd05787dcdb58ab6e256a3d29c0194865030ed40;p=handbrake

mac: Use E-AC3 instead of EAC3 in audio selection behavior sheet.

Fixes #1131.
---

diff --git a/macosx/English.lproj/AudioDefaults.xib b/macosx/English.lproj/AudioDefaults.xib
index 21dff6e0e..b24df8418 100644
--- a/macosx/English.lproj/AudioDefaults.xib
+++ b/macosx/English.lproj/AudioDefaults.xib
@@ -261,8 +261,8 @@ DQ
                     </button>
                     <button translatesAutoresizingMaskIntoConstraints="NO" id="BK7-c4-kkk">
                         <rect key="frame" x="646" y="376" width="51" height="18"/>
-                        <string key="toolTip">Enable this if your playback device supports EAC3. This permits EAC3 passthru to be selected when automatic passthru selecion is enabled.</string>
-                        <buttonCell key="cell" type="check" title="EAC3" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="u9h-dn-wcK">
+                        <string key="toolTip">Enable this if your playback device supports E-AC3. This permits E-AC3 passthru to be selected when automatic passthru selecion is enabled.</string>
+                        <buttonCell key="cell" type="check" title="E-AC3" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="u9h-dn-wcK">
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                             <font key="font" metaFont="smallSystem"/>
                         </buttonCell>