diff options
author | marijus <mario@mariovavti.com> | 2014-08-20 08:05:40 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-20 08:05:40 +0200 |
commit | 85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef (patch) | |
tree | 6069ad32f80b130bcf6a19b5950626dd0110b2c3 /include/conversation.php | |
parent | 0542125711440c008a1e4b77d5edb63c975968f3 (diff) | |
parent | 0fef39a3265602905d1f629c1209e8279c54f0d9 (diff) | |
download | volse-hubzilla-85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef.tar.gz volse-hubzilla-85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef.tar.bz2 volse-hubzilla-85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef.zip |
Merge branch 'master' of https://github.com/friendica/red
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 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 |