diff options
author | Richard Linden <none@none> | 2010-09-16 00:42:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-16 00:42:37 -0700 |
commit | 32d294960eed61a25896c06fa122a616eef081e7 (patch) | |
tree | d0f40d84b9f248f2aafb82444815db4820250a7e | |
parent | 54147dcb9e2e78430b52573164c567c3f30bd6aa (diff) |
added duration and icon to PopupAttempt notification
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4b11e68252..59fcd3513e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1,6 +1,5 @@ <?xml version="1.0" ?><notifications> - - <global name="skipnexttime"> + <global name="skipnexttime"> Don't show me this again </global> @@ -2033,8 +2032,8 @@ Offer friendship to [NAME]? </notification> <notification - icon="alertmodal.tga" - label="Add Friend" + icon="alertmodal.tga" + label="Add Friend" name="AddFriendWithMessage" type="alertmodal"> Friends can give permissions to track each other on the map and receive online status updates. @@ -6454,7 +6453,10 @@ Mute everyone? <notification name="PopupAttempt" - type="browser"> + icon="Popup_Caution" + type="browser" + duration="10" + > A pop-up was prevented from opening. <unique/> <form name="form"> |