From c803f620e6ab69a2d28c122e2754d97f0fd6e0b3 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Nov 2013 18:47:55 -0800 Subject: too many friendica references in the siteinfo panel --- mod/siteinfo.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mod/siteinfo.php') diff --git a/mod/siteinfo.php b/mod/siteinfo.php index f2f444fac..a64b5df20 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -79,14 +79,14 @@ function siteinfo_content(&$a) { $o = replace_macros(get_markup_template('siteinfo.tpl'), array( '$title' => t('Red'), - '$description' => t('This is Red - another decentralized, distributed communications project by the folks at Friendica.'), + '$description' => t('This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites.'), '$version' => $version, '$web_location' => t('Running at web location') . ' ' . z_root(), - '$visit' => t('Please visit Friendica.com to learn more about the Friendica and/or Red project.'), + '$visit' => t('Please visit GetZot.com to learn more about the Red Matrix.'), '$bug_text' => t('Bug reports and issues: please visit'), - '$bug_link_url' => 'http://bugs.friendica.com', - '$bug_link_text' => 'Bugs.Friendica.com', - '$contact' => t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com'), + '$bug_link_url' => 'https://github.com/friendica/red/issues', + '$bug_link_text' => 'redmatrix issues', + '$contact' => t('Suggestions, praise, donations, etc. - please email "redmatrix" at librelist - dot com'), '$plugins_text' => $plugins_text, '$plugins_list' => $plugins_list )); -- cgit v1.2.3