diff options
author | friendica <info@friendica.com> | 2014-08-19 16:26:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-19 16:26:46 -0700 |
commit | 6feaa2689d5cc30ef52a1b2e8ff82a8253aa5afb (patch) | |
tree | f52df0cdb3ecb33ef614a3825dd000846b04c9e9 /include | |
parent | 82389f8c1b9e43050589da6ea3dda8cac399db9b (diff) | |
download | volse-hubzilla-6feaa2689d5cc30ef52a1b2e8ff82a8253aa5afb.tar.gz volse-hubzilla-6feaa2689d5cc30ef52a1b2e8ff82a8253aa5afb.tar.bz2 volse-hubzilla-6feaa2689d5cc30ef52a1b2e8ff82a8253aa5afb.zip |
follow => connect
Diffstat (limited to 'include')
-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 836bd1b24..daf1c723f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -944,7 +944,7 @@ function item_photo_menu($item){ t("View Profile") => $profile_link, t("View Photos") => $photos_link, t("Matrix Activity") => $posts_link, - t("Follow") => $follow_url, + t("Connect") => $follow_url, t("Edit Contact") => $contact_url, t("Send PM") => $pm_url, t("Poke") => $poke_link |