diff options
author | Bradley Sepos <[email protected]> | 2017-12-05 17:03:26 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-05 17:03:26 -0500 |
commit | af31e602a8f897a0734610c5439c4aca84e9d458 (patch) | |
tree | d8161c452b580f90838991beb9fbac3e6bf37513 /macosx | |
parent | 48a2503f1694f9a5c2f189fcd9104a37102f299d (diff) |
mac: Update a couple toolbar button tooltips.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/MainWindow.xib | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/English.lproj/MainWindow.xib b/macosx/English.lproj/MainWindow.xib index 97e66d4ef..ad4018057 100644 --- a/macosx/English.lproj/MainWindow.xib +++ b/macosx/English.lproj/MainWindow.xib @@ -715,9 +715,8 @@ Blu-ray and DVD sources often have multiple titles, the longest of which is typi <action selector="addToQueue:" target="-2" id="TRB-HE-1GW"/> </connections> </toolbarItem> - <toolbarItem implicitItemIdentifier="A5F62853-5047-43C2-AD64-73654B0E34B2" label="Add Titles To Queue" paletteLabel="Add Titles To Queue" image="addqueue" id="38K-hd-P5J"> - <nil key="toolTip"/> - <size key="minSize" width="58" height="32"/> + <toolbarItem implicitItemIdentifier="A5F62853-5047-43C2-AD64-73654B0E34B2" label="Add Titles To Queue" paletteLabel="Add Titles To Queue" toolTip="Add Titles To Queue" image="addqueue" id="38K-hd-P5J"> + <size key="minSize" width="58" height="25"/> <size key="maxSize" width="58" height="32"/> <popUpButton key="view" imageHugsTitle="YES" id="pJJ-0V-TQq"> <rect key="frame" x="28" y="14" width="58" height="25"/> @@ -766,11 +765,11 @@ Blu-ray and DVD sources often have multiple titles, the longest of which is typi <action selector="showOutputPanel:" target="-1" id="TxI-PX-wlm"/> </connections> </toolbarItem> - <toolbarItem implicitItemIdentifier="27166A18-3AC0-4FD9-B76C-B1702BA05D47" label="Presets" paletteLabel="Toggle Presets" toolTip="Open/Close Presets List" image="presets" id="qhv-9l-2FH"> + <toolbarItem implicitItemIdentifier="27166A18-3AC0-4FD9-B76C-B1702BA05D47" label="Presets" paletteLabel="Show Presets" toolTip="Show Presets List" image="presets" id="qhv-9l-2FH"> <size key="minSize" width="32" height="32"/> <size key="maxSize" width="32" height="32"/> <button key="view" verticalHuggingPriority="750" id="kdj-uK-UE0"> - <rect key="frame" x="27" y="14" width="32" height="32"/> + <rect key="frame" x="24" y="14" width="32" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="presets" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="b1r-Ra-EmB"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |