diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-06-24 00:04:12 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-07-03 12:26:52 -0700 |
commit | 9e94011074e3b014c36cb324c17983d5d47f1471 (patch) | |
tree | 55115e839894a336959c25143fac74258980d74f /addons/skin.estuary/xml | |
parent | 0df877c46e75f3287154566cf3de069a5def4a59 (diff) |
Game OSD: Rename "View mode" setting label to "Stretch mode"
Simplifies wording and better matches the dialog to its functionality.
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1101_SettingsList.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml index 785e690171..8ee832d343 100644 --- a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml +++ b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml @@ -123,10 +123,10 @@ <onclick>ActivateWindow(GameVideoFilter)</onclick> </control> <control type="button" id="14102"> - <description>View mode button</description> + <description>Stretch mode button</description> <width>700</width> <include>DialogSettingButton</include> - <label>$LOCALIZE[629]</label> + <label>$LOCALIZE[35233]</label> <onclick>ActivateWindow(GameViewMode)</onclick> </control> <control type="button" id="14106"> |