Skip to content

Commit

Permalink
Fixed not working CAPITALIZE command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tgxcorporation committed Apr 16, 2015
1 parent d172b85 commit 0ff7884
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 1080i/SkinSettings.xml
Expand Up @@ -125,22 +125,22 @@
<content>
<!--GENERAL-->
<item id="1">
<label>[CAPITALIZE]$LOCALIZE[128][/CAPITALIZE]</label>
<label>$LOCALIZE[128]</label>
<onclick>noop</onclick>
</item>
<!--HOME-->
<item id="5">
<label>[CAPITALIZE]$LOCALIZE[10000][/CAPITALIZE]</label>
<label>$LOCALIZE[10000]</label>
<onclick>noop</onclick>
</item>
<!--PLAYBACK-->
<item id="2">
<label>[CAPITALIZE]$LOCALIZE[14086][/CAPITALIZE]</label>
<label>$LOCALIZE[14086]</label>
<onclick>noop</onclick>
</item>
<!--ART MANAGEMENT-->
<item id="3">
<label>[CAPITALIZE]$LOCALIZE[31031][/CAPITALIZE]</label>
<label>$LOCALIZE[31031]</label>
<onclick>noop</onclick>
</item>
<!--STARTUP-->
Expand All @@ -150,23 +150,23 @@
</item>
<!--QUIT MENU-->
<item id="7">
<label>[CAPITALIZE]$LOCALIZE[31990][/CAPITALIZE]</label>
<label>$LOCALIZE[31990]</label>
<onclick>noop</onclick>
</item>
<!--BACKGROUNDS-->
<item id="4">
<label>[CAPITALIZE]$LOCALIZE[33069][/CAPITALIZE]</label>
<label>$LOCALIZE[33069]</label>
<onclick>noop</onclick>
</item>
<!--HIGHLIGHTED COLORS-->
<item id="11">
<label>[CAPITALIZE]$LOCALIZE[31037][/CAPITALIZE]</label>
<label>$LOCALIZE[31037]</label>
<onclick>noop</onclick>
</item>
<!--THEMES-->
<item id="13">
<visible>Skin.HasSetting(BlackGlassMode)</visible>
<label>[CAPITALIZE]$LOCALIZE[21895][/CAPITALIZE]</label>
<label>$LOCALIZE[21895]</label>
<onclick>noop</onclick>
</item>
</content>
Expand Down

0 comments on commit 0ff7884

Please sign in to comment.