Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
👽 Add missing localize string
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Dec 7, 2022
1 parent 20cee86 commit 9a9021b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<include content="Dialog_Settings_Button">
<param name="id">2010</param>
<param name="control" value="button" />
<label>Selectbox shadow</label>
<label>$LOCALIZE[31357]</label>
<label2>$VAR[Label_Setting_SelectboxShadow]</label2>
<visible>Container(3).HasFocus(2)</visible>
<onclick>Skin.ToggleSetting(SelectBox.Glow)</onclick>
Expand Down
5 changes: 5 additions & 0 deletions language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -1794,3 +1794,8 @@ msgstr ""
msgctxt "#31356"
msgid "Expanded widget style"
msgstr ""

#: /1080i/SkinSettings.xml
msgctxt "#31357"
msgid "Selectbox shadow"
msgstr ""

0 comments on commit 9a9021b

Please sign in to comment.