diff options
-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"> |