change action label from 'stop following' to 'unfollow thread'

This commit is contained in:
redmatrix 2015-11-19 17:27:07 -08:00
parent 5805a54097
commit a44795e6c3

View File

@ -944,7 +944,7 @@ function item_photo_menu($item){
$menu = Array( $menu = Array(
t("View Source") => $vsrc_link, t("View Source") => $vsrc_link,
t("Follow Thread") => $sub_link, t("Follow Thread") => $sub_link,
t("Stop Following") => $unsub_link, t("Unfollow Thread") => $unsub_link,
t("View Status") => $status_link, t("View Status") => $status_link,
t("View Profile") => $profile_link, t("View Profile") => $profile_link,
t("View Photos") => $photos_link, t("View Photos") => $photos_link,