From 4613e7436138c94f02320d00fd9372ec357be1ee Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 Dec 2011 19:17:33 -0800 Subject: [PATCH] update link locations --- mod/friendica.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/friendica.php b/mod/friendica.php index 9dd6b738..ab92e31e 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -43,9 +43,9 @@ function friendica_content(&$a) { $o .= t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' '; $o .= t('running at web location') . ' ' . z_root() . '

'; - $o .= t('Please visit Project.Friendika.com to learn more about the Friendica project.') . '

'; + $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . '

'; - $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendika.com

'; + $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendica.com

'; $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '

'; $o .= '

';