]> git.mxchange.org Git - friendica.git/commitdiff
make strings translate able
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 2 Feb 2015 19:37:05 +0000 (20:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 2 Feb 2015 19:37:05 +0000 (20:37 +0100)
mod/admin.php

index 4f27b6e6a61cdacae368c396f211e6e3acb06240..6f90ef6c3ca241de4764622fa0eb2021902dbdb4 100644 (file)
@@ -121,8 +121,8 @@ function admin_content(&$a) {
        }
 
        $aside['logs'] = Array($a->get_baseurl(true)."/admin/logs/", t("Logs"), "logs");
-       $aside['diagnostics_probe'] = Array($a->get_baseurl(true).'/probe/', 'probe addresse', 'probe');
-       $aside['diagnostics_webfinger'] = Array($a->get_baseurl(true).'/webfinger/', 'check webfinger', 'webfinger');
+       $aside['diagnostics_probe'] = Array($a->get_baseurl(true).'/probe/', t('probe addresse'), 'probe');
+       $aside['diagnostics_webfinger'] = Array($a->get_baseurl(true).'/webfinger/', t('check webfinger'), 'webfinger');
 
        $t = get_markup_template("admin_aside.tpl");
        $a->page['aside'] .= replace_macros( $t, array(