aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-19 17:27:07 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-19 17:27:07 -0800
commita44795e6c32d90d54e5a4321cad4ffe0f3409a09 (patch)
treef02628edb39bfbfd928021d551f6509eaf91d710
parent5805a540973e6110f148d5be7b68c102382a4e12 (diff)
downloadvolse-hubzilla-a44795e6c32d90d54e5a4321cad4ffe0f3409a09.tar.gz
volse-hubzilla-a44795e6c32d90d54e5a4321cad4ffe0f3409a09.tar.bz2
volse-hubzilla-a44795e6c32d90d54e5a4321cad4ffe0f3409a09.zip
change action label from 'stop following' to 'unfollow thread'
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
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,