]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
cleanup photo menus
[friendica.git] / include / conversation.php
index df92a40ed000addbe70678ddae0200c1eff3932a..5396a125d7966ea10709e81238509919db00d08b 100644 (file)
@@ -810,11 +810,11 @@ function item_photo_menu($item){
        }
 
        $menu = Array(
-               t("View status") => $status_link,
-               t("View profile") => $profile_link,
-               t("View photos") => $photos_link,
-               t("View recent") => $posts_link, 
-               t("Edit contact") => $contact_url,
+               t("View Status") => $status_link,
+               t("View Profile") => $profile_link,
+               t("View Photos") => $photos_link,
+               t("Network Posts") => $posts_link, 
+               t("Edit Contact") => $contact_url,
                t("Send PM") => $pm_url,
        );