Skip to content

Commit

Permalink
Fix typo in preferences view
Browse files Browse the repository at this point in the history
  • Loading branch information
imothee committed Feb 20, 2022
1 parent 3dd7c68 commit 27eaa86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TmpDisk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1002;
CURRENT_PROJECT_VERSION = 1003;
DEVELOPMENT_TEAM = AGZ3AP53DM;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -627,7 +627,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1002;
CURRENT_PROJECT_VERSION = 1003;
DEVELOPMENT_TEAM = AGZ3AP53DM;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
4 changes: 2 additions & 2 deletions TmpDisk/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1331,9 +1331,9 @@
</connections>
</button>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pJA-9b-PqG">
<rect key="frame" x="80" y="98" width="340" height="32"/>
<rect key="frame" x="83" y="98" width="335" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<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">
<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">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 27eaa86

Please sign in to comment.