]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Hopefully all t()
[friendica.git] / mod / dirfind.php
index bf4fc7b67a266e7aa8d7ee2ce5d28f3cbdf7a7f2..36ba714fac666fe7b66313c5ae4415a4b4d6b286 100644 (file)
@@ -216,8 +216,8 @@ function dirfind_content(App $a, $prefix = "") {
                                        $connlnk = System::baseUrl().'/follow/?url='.(($jj->connect) ? $jj->connect : $jj->url);
                                        $conntxt = L10n::t('Connect');
                                        $photo_menu = [
-                                               'profile' => [t("View Profile"), Profile::zrl($jj->url)],
-                                               'follow' => [t("Connect/Follow"), $connlnk]
+                                               'profile' => [L10n::t("View Profile"), Profile::zrl($jj->url)],
+                                               'follow' => [L10n::t("Connect/Follow"), $connlnk]
                                        ];
                                }