diff options
author | Richard Linden <none@none> | 2010-12-08 16:53:37 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-12-08 16:53:37 -0800 |
commit | e17eea11a8befd5c09a0975a1b7b7ec6bb667368 (patch) | |
tree | 3dbcddfd9678e2e0554691bf50fce1023d4b5fca /indra/newview/skins/default/xui/en/notifications.xml | |
parent | e7cd5f7e614e9884398d505a47376188c693d685 (diff) |
EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed when using orbit pan zoom tools.
better fix that uses tag to isolate all skin specific notifications
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index c1fad9050b..b1fd579c6f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6583,14 +6583,16 @@ Mute everyone? type="hint" unique="true"> To walk, use the directional keys on your keyboard. You can run by pressing the Up arrow twice. + <tag>custom_skin</tag> </notification> - + <notification name="HintView" label="View" type="hint" unique="true"> To change your camera view, use the Orbit and Pan controls. Reset your view by pressing Escape or walking. + <tag>custom_skin</tag> </notification> <notification |