Skip to content

Commit 27eaa86

Browse files
committed
Fix typo in preferences view
1 parent 3dd7c68 commit 27eaa86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TmpDisk.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
CODE_SIGN_IDENTITY = "Apple Development";
597597
CODE_SIGN_STYLE = Automatic;
598598
COMBINE_HIDPI_IMAGES = YES;
599-
CURRENT_PROJECT_VERSION = 1002;
599+
CURRENT_PROJECT_VERSION = 1003;
600600
DEVELOPMENT_TEAM = AGZ3AP53DM;
601601
ENABLE_HARDENED_RUNTIME = YES;
602602
GENERATE_INFOPLIST_FILE = YES;
@@ -627,7 +627,7 @@
627627
CODE_SIGN_IDENTITY = "Apple Development";
628628
CODE_SIGN_STYLE = Automatic;
629629
COMBINE_HIDPI_IMAGES = YES;
630-
CURRENT_PROJECT_VERSION = 1002;
630+
CURRENT_PROJECT_VERSION = 1003;
631631
DEVELOPMENT_TEAM = AGZ3AP53DM;
632632
ENABLE_HARDENED_RUNTIME = YES;
633633
GENERATE_INFOPLIST_FILE = YES;

TmpDisk/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,9 +1331,9 @@
13311331
</connections>
13321332
</button>
13331333
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pJA-9b-PqG">
1334-
<rect key="frame" x="80" y="98" width="340" height="32"/>
1334+
<rect key="frame" x="83" y="98" width="335" height="32"/>
13351335
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
1336-
<textFieldCell key="cell" alignment="center" title="Change where your TmpFS mount poiunts sit. Must be changed when you have no TmpFS volumes mounted." id="EYH-BL-kNS">
1336+
<textFieldCell key="cell" alignment="center" title="Change where your TmpFS mount points sit. Must be changed when you have no TmpFS volumes mounted." id="EYH-BL-kNS">
13371337
<font key="font" usesAppearanceFont="YES"/>
13381338
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
13391339
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)