diff options
author | friendica <info@friendica.com> | 2013-09-20 18:07:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-20 18:07:16 -0700 |
commit | fb03195c3f0dd461a0e8b809814f3cfbef515980 (patch) | |
tree | d3d7bb37d4ed5bfc9bae9e8c7f6851726703a074 /include/conversation.php | |
parent | 1126d8f2e3ee8356cf619e9e817fb448079634e6 (diff) | |
download | volse-hubzilla-fb03195c3f0dd461a0e8b809814f3cfbef515980.tar.gz volse-hubzilla-fb03195c3f0dd461a0e8b809814f3cfbef515980.tar.bz2 volse-hubzilla-fb03195c3f0dd461a0e8b809814f3cfbef515980.zip |
OK, sure.
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 c3f29295e..254453ad1 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -919,7 +919,7 @@ function item_photo_menu($item){ t("View Status") => $status_link, t("View Profile") => $profile_link, t("View Photos") => $photos_link, - t("Network Posts") => $posts_link, + t("Matrix Activity") => $posts_link, t("Edit Contact") => $contact_url, t("Send PM") => $pm_url, t("Poke") => $poke_link |