From a44795e6c32d90d54e5a4321cad4ffe0f3409a09 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 19 Nov 2015 17:27:07 -0800 Subject: change action label from 'stop following' to 'unfollow thread' --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 57dc9d2a2..6cdbb878f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -944,7 +944,7 @@ function item_photo_menu($item){ $menu = Array( t("View Source") => $vsrc_link, t("Follow Thread") => $sub_link, - t("Stop Following") => $unsub_link, + t("Unfollow Thread") => $unsub_link, t("View Status") => $status_link, t("View Profile") => $profile_link, t("View Photos") => $photos_link, -- cgit v1.2.3