]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #4312 from zeroadam/feature/L10n
[friendica.git] / mod / allfriends.php
index 7840699a8e7c668c929647403ad3e1e6d605a997..bf852419d21f5cf27cb7dbcada9129ebad56853f 100644 (file)
@@ -99,7 +99,7 @@ function allfriends_content(App $a)
        $tpl = get_markup_template('viewcontact_template.tpl');
 
        $o .= replace_macros($tpl, [
-               //'$title' => sprintf(L10n::t('Friends of %s'), htmlentities($c[0]['name'])),
+               //'$title' => L10n::t('Friends of %s', htmlentities($c[0]['name'])),
                '$tab_str' => $tab_str,
                '$contacts' => $entries,
                '$paginate' => paginate($a),