diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 226ab7769..5f30bcf94 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1842,7 +1842,7 @@ void LLIMProcessing::processNewMessage(const LLUUID& from_id, strings.push_back(from_id.asString()); send_generic_message("requestonlinenotification", strings); - args["NAME"] = name; + args["NAME"] = LLAvatarActions::getSLURL(from_id); LLSD payload; payload["from_id"] = from_id; LLAvatarNameCache::get(from_id, boost::bind(¬ification_display_name_callback, _1, _2, "FriendshipAccepted", args, payload)); diff --git a/indra/newview/skins/default/xui/en-us/notifications.xml b/indra/newview/skins/default/xui/en-us/notifications.xml index 53bfad2b9..101dbabcf 100644 --- a/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/indra/newview/skins/default/xui/en-us/notifications.xml @@ -7862,7 +7862,7 @@ Offer a teleport? icon="notify.tga" name="FriendshipAccepted" log_to_im="true" - type="notify"> + type="notifytip"> friendship [NAME] accepted your friendship offer. @@ -7872,7 +7872,7 @@ Offer a teleport? name="FriendshipDeclined" log_to_im="true" persist="true" - type="notify"> + type="notifytip"> friendship [NAME] declined your friendship offer. diff --git a/indra/newview/skins/default/xui/fr/notifications.xml b/indra/newview/skins/default/xui/fr/notifications.xml index d141ac555..2d8e0d1e2 100644 --- a/indra/newview/skins/default/xui/fr/notifications.xml +++ b/indra/newview/skins/default/xui/fr/notifications.xml @@ -3386,11 +3386,11 @@ L'objet [OBJECTFROMNAME] appartenant à un utilisateur inconnu vous a donné un( -[NAME_SLURL] a accepté votre amitié. [MESSAGE] +[NAME] a accepté votre amitié. -[NAME_SLURL] a refusé votre amitié. [MESSAGE] +[NAME] a refusé votre amitié.