diff options
author | Damiano Galassi <[email protected]> | 2015-10-17 10:33:26 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-17 10:33:26 +0200 |
commit | 5eb3305240d9f2ddf2053753fe2234b33d45f3c1 (patch) | |
tree | ac84462e465c1d9fe54e815f9dafd02f8c20499c /macosx/English.lproj | |
parent | aaaf1a56e87cbbacddd77e7737d8bf01a1597b62 (diff) |
MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.xib | 6 | ||||
-rw-r--r-- | macosx/English.lproj/Presets.xib | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib index a148d691d..9e9acd47b 100644 --- a/macosx/English.lproj/MainMenu.xib +++ b/macosx/English.lproj/MainMenu.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8164.2" systemVersion="15A225f" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9058" systemVersion="15B38b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="6300" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8164.2"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9058"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> @@ -292,7 +292,7 @@ <action selector="exportPreset:" target="-1" id="koR-bb-R5s"/> </connections> </menuItem> - <menuItem title="Update Built-in Presets" tag="-1" id="1950"> + <menuItem title="Reset Built-in Presets" tag="-1" id="1950"> <connections> <action selector="addFactoryPresets:" target="6lr-Yy-GMc" id="5Ga-rb-ORy"/> </connections> diff --git a/macosx/English.lproj/Presets.xib b/macosx/English.lproj/Presets.xib index 03649fd91..07d4b80d6 100644 --- a/macosx/English.lproj/Presets.xib +++ b/macosx/English.lproj/Presets.xib @@ -27,7 +27,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" indentationPerLevel="16" outlineTableColumn="jhC-ge-H1w" id="00W-tb-wgY"> - <rect key="frame" x="0.0" y="0.0" width="222" height="288"/> + <rect key="frame" x="0.0" y="0.0" width="222" height="16"/> <autoresizingMask key="autoresizingMask"/> <animations/> <size key="intercellSpacing" width="3" height="2"/> @@ -133,7 +133,7 @@ </connections> </menuItem> <menuItem isSeparatorItem="YES" id="NEw-wC-h4v"/> - <menuItem title="Update Built-in Presets" id="cm5-Kl-dB3"> + <menuItem title="Reset Built-in Presets" id="cm5-Kl-dB3"> <connections> <action selector="updateBuiltInPresets:" target="-2" id="rND-6g-LMP"/> </connections> |