diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-16 21:27:58 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-16 21:27:58 -0700 |
commit | c34d8286a397b8a80d28a9b1d13a297196e4c124 (patch) | |
tree | fbccd4d982556ff6b917383f64bdc8872e8d7326 /include/conversation.php | |
parent | 4c5a74284bb1c2e23ef1e40c09d10f3449f8c853 (diff) | |
download | volse-hubzilla-c34d8286a397b8a80d28a9b1d13a297196e4c124.tar.gz volse-hubzilla-c34d8286a397b8a80d28a9b1d13a297196e4c124.tar.bz2 volse-hubzilla-c34d8286a397b8a80d28a9b1d13a297196e4c124.zip |
change matrix to grid, begin webfinger optimisation
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index fb8ef8585..0f6f8685b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -943,9 +943,9 @@ function item_photo_menu($item){ t("View Status") => $status_link, t("View Profile") => $profile_link, t("View Photos") => $photos_link, - t("Matrix Activity") => $posts_link, + t("Activity/Posts") => $posts_link, t("Connect") => $follow_url, - t("Edit Contact") => $contact_url, + t("Edit Connection") => $contact_url, t("Send PM") => $pm_url, t("Poke") => $poke_link ); |