]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 8 Jul 2015 11:15:14 +0000 (13:15 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 8 Jul 2015 11:15:14 +0000 (13:15 +0200)
mod/friendica.php

index 7b99f9e6fb46a969e27197689c817a431a0d1421..9fa203f58d0baa47dfada5b283986a265c104da7 100644 (file)
@@ -61,7 +61,7 @@ function friendica_content(&$a) {
 
        $o .= t('Please visit <a href="http://friendica.com">Friendica.com</a> to learn more about the Friendica project.') . '</p><p>';        
 
-       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">the bucktracker at github</a></p><p>';
+       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">'.t('the bugtracker at github').'</a></p><p>';
        $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '</p>';
 
        $o .= '<p></p>';