Skip to content

Commit 1fce77e

Browse files
committed
Fixed swapped Show as text/icon setting, fixed Spanish menu item length
1 parent c77ec0e commit 1fce77e

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

MonitorControl.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>7104</string>
22+
<string>7105</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

MonitorControl/UI/Base.lproj/Main.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@
390390
<gridCell row="ZS3-Gy-pfA" column="V6M-Jv-Agj" xPlacement="leading" id="QXg-i0-lVT">
391391
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6td-Zq-3e7">
392392
<rect key="frame" x="217" y="462" width="126" height="25"/>
393-
<popUpButtonCell key="cell" type="push" title="Show as text" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fWd-Es-zsy" id="2lO-tb-DFv">
393+
<popUpButtonCell key="cell" type="push" title="Show as icons" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fR3-kq-cps" id="2lO-tb-DFv">
394394
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
395395
<font key="font" metaFont="message"/>
396396
<menu key="menu" id="rOp-pe-iEq">
397397
<items>
398-
<menuItem title="Show as text" state="on" id="fWd-Es-zsy"/>
399-
<menuItem title="Show as icons" tag="1" id="fR3-kq-cps"/>
398+
<menuItem title="Show as icons" id="fR3-kq-cps"/>
399+
<menuItem title="Show as text" state="on" tag="1" id="fWd-Es-zsy"/>
400400
<menuItem title="Hide" tag="2" id="HUT-Qc-kuu"/>
401401
</items>
402402
</menu>

MonitorControl/UI/es.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Built-in Display" = "Pantalla Incorporada";
2424

2525
/* Shown in menu */
26-
"Check for updates…" = "Comprobar actualizaciones…";
26+
"Check for updates…" = "Actualizaciones…";
2727

2828
/* Shown in menu */
2929
"Contrast" = "Contraste";

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>7104</string>
22+
<string>7105</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)