Skip to content

Commit

Permalink
Merge pull request #4 from kyoforkshomebrews/patch-2
Browse files Browse the repository at this point in the history
Remove incorrect case modifiers from Weather
  • Loading branch information
kcook98765 authored Dec 23, 2021
2 parents d6c0472 + a90c7a1 commit 0a77e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_Weather.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<aligny>top</aligny>
<font>font_small</font>
<textcolor>main_fg_100</textcolor>
<label>$INFO[Window(Weather).Property(Current.Humidity),, [LOWERCASE]$LOCALIZE[406][/LOWERCASE]]</label>
<label>$INFO[Window(Weather).Property(Current.Humidity),, $LOCALIZE[406]]</label>
</control>
</control>
</control>
Expand Down Expand Up @@ -291,7 +291,7 @@
<aligny>top</aligny>
<font>font_small</font>
<textcolor>panel_fg_100</textcolor>
<label fallback="31411">$INFO[Window(Weather).Property($PARAM[day].Outlook),[CAPITALIZE],[/CAPITALIZE]]</label>
<label fallback="31411">$INFO[Window(Weather).Property($PARAM[day].Outlook),,]</label>
</control>
</control>
</include>
Expand Down

0 comments on commit 0a77e0d

Please sign in to comment.