From a22581e86cba4c96980ef7bd334aaaa43d02176d Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Wed, 8 Jul 2015 13:15:14 +0200
Subject: [PATCH] typo

---
 mod/friendica.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/friendica.php b/mod/friendica.php
index 7b99f9e6fb..9fa203f58d 100644
--- a/mod/friendica.php
+++ b/mod/friendica.php
@@ -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>';
-- 
2.39.5