Skip to content

Commit

Permalink
Fixed Typo in Authorization menu #29
Browse files Browse the repository at this point in the history
  • Loading branch information
hantu85 committed Aug 17, 2020
1 parent 2e4d779 commit 836057e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BeagleIM/Roster.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16096"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16097.2"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -35,7 +35,7 @@
<action selector="authorizationResendTo:" target="qWo-fB-T3u" id="nUe-tv-asx"/>
</connections>
</menuItem>
<menuItem title="Request fom" id="blU-JM-LfG">
<menuItem title="Request from" id="blU-JM-LfG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="authorizationRequestFrom:" target="qWo-fB-T3u" id="gaD-nM-VeP"/>
Expand Down Expand Up @@ -320,7 +320,7 @@
<textField horizontalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="yYL-kB-0WR">
<rect key="frame" x="18" y="66" width="220" height="42"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Enter contact details:" id="n57-KC-z4m">
<font key="font" metaFont="system" size="12"/>
<font key="font" metaFont="label" size="12"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
Expand Down

0 comments on commit 836057e

Please sign in to comment.