diff options
author | Richard Linden <none@none> | 2011-03-25 19:13:32 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-25 19:13:32 -0700 |
commit | f443f3e84725d01d47b96a3385ee9ccc494ede89 (patch) | |
tree | 6c1ac1cbd21e13d0190ebefa77c87d599912ca9c /indra/newview/skins/default/xui/en/notifications.xml | |
parent | d01afc8a6a1af4df7208724c71f916b5c111da95 (diff) |
SOCIAL-717 FIX Artwork for click to move hint
updated resize logic for hint popups to accomodate image size
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6ecaef1bf3..ad68e50e77 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7034,11 +7034,15 @@ Mute everyone? </notification> <notification - name="HintMoveArrows" + name="HintMoveClick" label="Move" type="hint" unique="true"> - To walk, use the directional keys on your keyboard. You can run by pressing the Up arrow twice. +Click to Walk +Click anywhere on the ground to walk to that spot. + +Click and Drag to Rotate View +Click and drag anywhere on the world to rotate your view <tag>custom_skin</tag> </notification> |