diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-19 17:27:07 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-19 17:27:07 -0800 |
commit | a44795e6c32d90d54e5a4321cad4ffe0f3409a09 (patch) | |
tree | f02628edb39bfbfd928021d551f6509eaf91d710 /include/conversation.php | |
parent | 5805a540973e6110f148d5be7b68c102382a4e12 (diff) | |
download | volse-hubzilla-a44795e6c32d90d54e5a4321cad4ffe0f3409a09.tar.gz volse-hubzilla-a44795e6c32d90d54e5a4321cad4ffe0f3409a09.tar.bz2 volse-hubzilla-a44795e6c32d90d54e5a4321cad4ffe0f3409a09.zip |
change action label from 'stop following' to 'unfollow thread'
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
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, |