diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-31 12:51:09 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-31 12:51:09 +0000 |
commit | d126d02c659327188e5bd50447506ad16a4875bb (patch) | |
tree | 1e7ad2ca42f48936ab0c2bd4eb36a0695b22033d /mod/siteinfo.php | |
parent | c4e82772c04926696d0ca8d5a7e75476f77cb904 (diff) | |
parent | 56bbf583389eae33b138e81f1e5b3cc71ae41218 (diff) | |
download | volse-hubzilla-d126d02c659327188e5bd50447506ad16a4875bb.tar.gz volse-hubzilla-d126d02c659327188e5bd50447506ad16a4875bb.tar.bz2 volse-hubzilla-d126d02c659327188e5bd50447506ad16a4875bb.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'mod/siteinfo.php')
-rw-r--r-- | mod/siteinfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/siteinfo.php b/mod/siteinfo.php index bdf9b1af6..9674965e1 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -95,7 +95,7 @@ function siteinfo_content(&$a) { $o = replace_macros(get_markup_template('siteinfo.tpl'), array( '$title' => t('Red'), - '$description' => t('This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites.'), + '$description' => t('This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites.'), '$version' => $version, '$commit' => $commit, '$web_location' => t('Running at web location') . ' ' . z_root(), |