diff options
author | Bradley Sepos <[email protected]> | 2018-01-23 14:27:25 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-01-23 14:27:35 -0500 |
commit | dd05787dcdb58ab6e256a3d29c0194865030ed40 (patch) | |
tree | 4eedc095b9e65e34137781e9aabc72a22ea4ed0a /macosx/English.lproj | |
parent | 04cd68cbf0870acccb040a8c784ef8dcba70d544 (diff) |
mac: Use E-AC3 instead of EAC3 in audio selection behavior sheet.
Fixes #1131.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/AudioDefaults.xib | 4 |
1 files changed, 2 insertions, 2 deletions
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> |