diff options
author | ronie <ronie@users.noreply.github.com> | 2017-10-10 18:20:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 18:20:24 +0200 |
commit | 229f8306247b231f2e9efd0e88d6bb9ebf698ebb (patch) | |
tree | 500fbcf499772ea4bd28a2acf7e7d0977ebb92b2 /addons/skin.estuary/xml | |
parent | f4f0121386cfda7d7b49a70b6da6ae8368f88e6e (diff) | |
parent | f775fdf8074b7dec162fbcf03b2e354596b8c80a (diff) |
Merge pull request #12878 from ronie/currentwindow
language file - update window names
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogGameControllers.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRGuideSearch.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/GameOSD.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/DialogGameControllers.xml b/addons/skin.estuary/xml/DialogGameControllers.xml index 4454a757e9..7b6e163c31 100644 --- a/addons/skin.estuary/xml/DialogGameControllers.xml +++ b/addons/skin.estuary/xml/DialogGameControllers.xml @@ -147,7 +147,7 @@ <include content="DefaultDialogButton"> <param name="width" value="350" /> <param name="id" value="19" /> - <param name="label" value="$LOCALIZE[10035]" /> + <param name="label" value="$LOCALIZE[13007]" /> </include> <include content="DefaultDialogButton"> <param name="width" value="350" /> diff --git a/addons/skin.estuary/xml/DialogPVRGuideSearch.xml b/addons/skin.estuary/xml/DialogPVRGuideSearch.xml index b41af78361..24ce49b310 100644 --- a/addons/skin.estuary/xml/DialogPVRGuideSearch.xml +++ b/addons/skin.estuary/xml/DialogPVRGuideSearch.xml @@ -189,7 +189,7 @@ </include> <include content="DefaultDialogButton"> <param name="id" value="28" /> - <param name="label" value="$LOCALIZE[10035]" /> + <param name="label" value="$LOCALIZE[13007]" /> </include> <include content="DefaultDialogButton"> <param name="id" value="25" /> diff --git a/addons/skin.estuary/xml/GameOSD.xml b/addons/skin.estuary/xml/GameOSD.xml index b3f00eb93f..7bfa0a8737 100644 --- a/addons/skin.estuary/xml/GameOSD.xml +++ b/addons/skin.estuary/xml/GameOSD.xml @@ -152,7 +152,7 @@ </item> <item id="102"> <description>Reset button</description> - <label>$LOCALIZE[10035]</label> + <label>$LOCALIZE[13007]</label> <label2>Select + B</label2> <icon>osd/fullscreen/buttons/reset.png</icon> <onclick>PlayerControl(Reset)</onclick> |