diff --git a/indra/newview/alavataractions.cpp b/indra/newview/alavataractions.cpp
index 8eae8cffa2117c6210c4a86814f731730881d193..8f400bbfbbb5e04e391519f7802b90172db17aa3 100644
--- a/indra/newview/alavataractions.cpp
+++ b/indra/newview/alavataractions.cpp
@@ -498,7 +498,7 @@ void ALAvatarActions::estateTeleportHome(const uuid_vec_t& ids)
 	LLSD args;
 	args["AVATAR_NAMES"] = avatars;
 
-	LLNotificationsUtil::add((payload["avatar_ids"].size() == 1) ? "EstateTeleportHomeSingle" : "EstateTeleportHomeMulti", args, payload, handleEstateTeleportHome);
+	LLNotificationsUtil::add((payload["avatar_ids"].size() == 1) ? "EstateTeleportHomeSingle" : "EstateTeleportHomeMultiple", args, payload, handleEstateTeleportHome);
 }
 
 // static