]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
Merge branch 'master' into develop
[friendica.git] / mod / directory.php
index 625f6c95aca781eee24e1a3f895361f8c455e1b6..a6a9cb8ab24356f4ef017c7ed3e01b9e0414e75c 100644 (file)
@@ -159,7 +159,9 @@ function directory_content(&$a) {
                                $location_e = $location;
                        }
 
-                       $photo_menu = array(array(t("View Profile"), zrl($profile_link)));
+                       $photo_menu = array(
+                               'profile' => array(t("View Profile"), zrl($profile_link))
+                       );
 
                        $entry = array(
                                'id' => $rr['id'],
@@ -204,7 +206,7 @@ function directory_content(&$a) {
                        '$gdirpath' => $gdirpath,
                        '$desc' => t('Find on this site'),
                        '$contacts' => $entries,
-                       '$finding' => t('Finding:'),
+                       '$finding' => t('Results for:'),
                        '$findterm' => (strlen($search) ? $search : ""),
                        '$title' => t('Site Directory'),
                        '$submit' => t('Find'),