change action label from 'stop following' to 'unfollow thread'
This commit is contained in:
parent
5805a54097
commit
a44795e6c3
@ -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,
|
||||
|
Reference in New Issue
Block a user