diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-19 12:33:15 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-19 12:33:15 +0200 |
commit | 36f8239fe1ed4b9de6dd8221bc12fd766e531436 (patch) | |
tree | 3ae9db1ea0ad57356f399ceefd129dd4127b2feb /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 3fb3b9cf217dce42991b288f5caf0266932bef94 (diff) | |
parent | e492a24a198a9a66169cf71fcfacf74ff71ed33b (diff) |
Merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ef983dacfe..19b70cc0ba 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5205,9 +5205,23 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you th type="notify"> [NAME] declined your friendship offer. </notification> + + <notification + icon="notify.tga" + name="FriendshipAcceptedByMe" + type="offer"> +Friend request accepted. + </notification> <notification icon="notify.tga" + name="FriendshipDeclinedByMe" + type="notify"> +Friend request declined. + </notification> + + <notification + icon="notify.tga" name="OfferCallingCard" type="notify"> [FIRST] [LAST] is offering their calling card. |