diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-10-05 15:25:48 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-10-05 15:25:48 +0200 |
commit | f109f25a1ffbad8baa3177a8c7d861f1dabed387 (patch) | |
tree | 7025b1ee0d92a993934c7d7651f6e41e3fe6ec8e /indra/newview/skins/default/xui/en/game_control_table_rows.xml | |
parent | bd252f8151f777508efb15cfe2c69c9a103d98be (diff) |
Fix issues with game control preferences:
* Add missing names for controls to make content localizable
* Fix labels for controls that are obviously wrong/make no sense
Diffstat (limited to 'indra/newview/skins/default/xui/en/game_control_table_rows.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/game_control_table_rows.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/game_control_table_rows.xml b/indra/newview/skins/default/xui/en/game_control_table_rows.xml index 181bc8592c..cd6f483782 100644 --- a/indra/newview/skins/default/xui/en/game_control_table_rows.xml +++ b/indra/newview/skins/default/xui/en/game_control_table_rows.xml @@ -21,7 +21,7 @@ font="SansSerif" halign="left" name="action" - value="Walk Forward" /> + value="Forward/Backward" /> </rows> <rows name="slide" @@ -31,7 +31,7 @@ font="SansSerif" halign="left" name="action" - value="Strafe Left" /> + value="Strafe" /> </rows> <rows name="jump" @@ -51,7 +51,7 @@ font="SansSerif" halign="left" name="action" - value="Turn Left" /> + value="Turn" /> </rows> <rows name="look" @@ -61,7 +61,7 @@ font="SansSerif" halign="left" name="action" - value="Look Down" /> + value="Look Up/Down" /> </rows> <rows name="stop" |