diff options
author | Richard Nelson <none@none> | 2010-08-16 15:01:39 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-16 15:01:39 -0700 |
commit | 32e4cda7dc730d505190db3d6658d6dd94bfc28f (patch) | |
tree | 4215ef7fd16cf5d61b53154a7f01f5eead674415 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | c20bd2dfee1068d5a23eef9a10d21c2035c0b324 (diff) |
made hints only expire when explicitly responded to, not implicitly after first seeing them
added hint_popup.xml for hint styling
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 60b0b1e8dc..47bb0fe45b 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6402,6 +6402,7 @@ Mute everyone? label="Chat" type="hint"> To join the conversation, type into the chat field below. + <unique/> </notification> <notification @@ -6409,21 +6410,23 @@ Mute everyone? label="Stand" type="hint"> To stand up and exit the sitting position, click the Stand button. + <unique/> </notification> - + <notification name="HintDestinationGuide" label="Explore the World" type="hint"> The Destination Guide contains thousands of new places to discover. Select a location and choose Teleport to start exploring. + <unique/> </notification> - + <notification name="HintSidePanel" label="Side Panel" type="hint"> Get quick access to your inventory, outfits, profiles and more in the side panel. - <!--<unique/>--> + <unique/> </notification> <notification @@ -6431,7 +6434,7 @@ Mute everyone? label="Move" type="hint"> To walk or run, open the Move Panel and use the directional arrows to navigate. You can also use the directional keys on your keyboard. - <!--<unique/>--> + <unique/> </notification> <notification @@ -6439,6 +6442,7 @@ Mute everyone? label="Inventory" type="hint"> Check your inventory to find items. Newest items can be easily found in the Recent tab. + <unique/> </notification> <notification @@ -6446,6 +6450,7 @@ Mute everyone? label="You've got Linden Dollars!" type="hint"> Here's your current balance of L$. Click Buy L$ to purchase more Linden Dollars. + <unique/> </notification> <global name="UnsupportedCPU"> |