From a22581e86cba4c96980ef7bd334aaaa43d02176d Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff
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 Friendica.com to learn more about the Friendica project.') . '
';
- $o .= t('Bug reports and issues: please visit') . ' ' . 'the bucktracker at github
';
+ $o .= t('Bug reports and issues: please visit') . ' ' . ''.t('the bugtracker at github').'
';
$o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '
';
$o .= '';