diff options
author | friendica <info@friendica.com> | 2013-11-12 18:47:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-12 18:47:55 -0800 |
commit | c803f620e6ab69a2d28c122e2754d97f0fd6e0b3 (patch) | |
tree | 6e52e0752b4e2aea7c1b4a1001c7d23c8b303796 /mod/siteinfo.php | |
parent | b26989bb65615f7827047f87b3c4490f45b1f3e1 (diff) | |
download | volse-hubzilla-c803f620e6ab69a2d28c122e2754d97f0fd6e0b3.tar.gz volse-hubzilla-c803f620e6ab69a2d28c122e2754d97f0fd6e0b3.tar.bz2 volse-hubzilla-c803f620e6ab69a2d28c122e2754d97f0fd6e0b3.zip |
too many friendica references in the siteinfo panel
Diffstat (limited to 'mod/siteinfo.php')
-rw-r--r-- | mod/siteinfo.php | 10 |
1 files changed, 5 insertions, 5 deletions
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 <a href="http://friendica.com">Friendica.com</a> to learn more about the Friendica and/or Red project.'), + '$visit' => t('Please visit <a href="http://getzot.com">GetZot.com</a> 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 )); |