diff options
author | Damiano Galassi <[email protected]> | 2016-01-09 10:02:03 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-09 10:02:03 +0100 |
commit | 6cedf950197617427ad264aad16a12a8989e119b (patch) | |
tree | b89e2c7b3740c662697ecf916887560c104fe4a3 /macosx | |
parent | ee1167ef3a371cf5830504bf52ec94ad55e2fee9 (diff) |
MacGui: rename File -> Close to Close Window.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/MainMenu.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib index 98e9ecd5e..ab2c0c4ee 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="9060" systemVersion="15C48a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="7000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9060"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> @@ -95,7 +95,7 @@ <menuItem isSeparatorItem="YES" id="2507"> <modifierMask key="keyEquivalentModifierMask" command="YES"/> </menuItem> - <menuItem title="Close" keyEquivalent="w" id="2508"> + <menuItem title="Close Window" keyEquivalent="w" id="2508"> <connections> <action selector="performClose:" target="-1" id="2509"/> </connections> |