diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 31815f908..1a384b8f2 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -1741,6 +1741,8 @@ void LLAgent::stopAutoPilot(BOOL user_cancel)
LLNotificationsUtil::add("CancelledSit");
else if (mAutoPilotBehaviorName == "Attach")
LLNotificationsUtil::add("CancelledAttach");
+ else if (mAutoPilotBehaviorName == "Follow")
+ LLNotificationsUtil::add("CancelledFollow");
else
LLNotificationsUtil::add("Cancelled");
}
diff --git a/indra/newview/skins/default/xui/en-us/notifications.xml b/indra/newview/skins/default/xui/en-us/notifications.xml
index 99dab549c..dae28cc5f 100644
--- a/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -6529,6 +6529,13 @@ Cancelled Sit
Cancelled Attach
+
+Cancelled Follow
+
+