diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-14 22:52:08 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-14 22:52:08 +0000 |
commit | 69228f1197151bbf3e531290a7c78ae9110d087c (patch) | |
tree | 0fa5a43ae348d2e2d4a84d616e6345692caf968f /indra/newview/skins/default/xui/en/floater_tools.xml | |
parent | 50b1706511cbd1ca7dd962bc8ee6c6fd077820d7 (diff) |
DEV-35179 (part2) improve Keyboard shortcut indicators - oops, missed a few references in other files.
TEXT CHANGES ONLY
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_tools.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index 80750b140a..8df0d759ce 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -32,7 +32,7 @@ </floater.string> <floater.string name="status_grab"> - Drag to move, Ctrl to lift, Ctrl-Shift to rotate + Drag to move, Ctrl to lift, Ctrl+Shift to rotate </floater.string> <floater.string name="status_place"> @@ -180,7 +180,7 @@ name="radio orbit" /> <radio_item top_pad="6" - label="Pan (Ctrl-Shift)" + label="Pan (Ctrl+Shift)" layout="topleft" name="radio pan" /> <radio_group.commit_callback @@ -218,7 +218,7 @@ name="radio lift" /> <radio_item top_pad="6" - label="Spin (Ctrl-Shift)" + label="Spin (Ctrl+Shift)" layout="topleft" name="radio spin" /> <radio_group.commit_callback @@ -242,7 +242,7 @@ name="radio rotate" /> <radio_item top_pad="6" - label="Stretch (Ctrl-Shift)" + label="Stretch (Ctrl+Shift)" layout="topleft" name="radio stretch" /> <radio_item |