diff options
author | Damiano Galassi <[email protected]> | 2017-11-10 12:41:07 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-10 12:41:07 +0100 |
commit | 1f7aeb62b9ac51132fddc260e4193e07f056ed2f (patch) | |
tree | 6a5d34001cc93d596853b8ebf4233283098ce8cb /macosx/English.lproj/MainMenu.xib | |
parent | 65597ee7f4bfa11838d815fceb6bc6dd24150c1f (diff) |
MacGui: rename Folder to Category.
Diffstat (limited to 'macosx/English.lproj/MainMenu.xib')
-rw-r--r-- | macosx/English.lproj/MainMenu.xib | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib index b7717da76..4e3f344a2 100644 --- a/macosx/English.lproj/MainMenu.xib +++ b/macosx/English.lproj/MainMenu.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13770" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> - <development version="7000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/> + <development version="8000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13770"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> @@ -320,9 +320,9 @@ <action selector="showAddPresetPanel:" target="-1" id="83j-3C-fCg"/> </connections> </menuItem> - <menuItem title="New Folder" tag="-1" keyEquivalent="N" id="wvb-60-cWL"> + <menuItem title="New Category" tag="-1" keyEquivalent="N" id="wvb-60-cWL"> <connections> - <action selector="insertFolder:" target="-1" id="HpS-UY-h3l"/> + <action selector="insertCategory:" target="-1" id="JL7-bI-H97"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" tag="-1" id="1954"> |