diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-19 18:02:24 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-19 18:02:24 +0200 |
commit | 857ba2f534564e1e3c5c167f2215c4986885f560 (patch) | |
tree | bff22bebf212c624a975c5600102b2d79f0b475a /indra | |
parent | 22676e6d38fe938f394a9764b226793b5862768c (diff) |
EXT-5101 “No feedback provided when accepting a friend request”,
replaced log text "Friend request" with "Friendship offer".
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4fa5d965c8..8f1812830f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5210,14 +5210,14 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you th icon="notify.tga" name="FriendshipAcceptedByMe" type="offer"> -Friend request accepted. +Friendship offer accepted. </notification> <notification icon="notify.tga" name="FriendshipDeclinedByMe" type="offer"> -Friend request declined. +Friendship offer declined. </notification> <notification |