From: friendica
Date: Wed, 14 Dec 2011 03:17:33 +0000 (-0800)
Subject: update link locations
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4613e7436138c94f02320d00fd9372ec357be1ee;p=friendica.git
update link locations
---
diff --git a/mod/friendica.php b/mod/friendica.php
index 9dd6b7383a..ab92e31ed9 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 .= '';