diff options
author | friendica <info@friendica.com> | 2014-07-31 02:33:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-31 02:33:34 -0700 |
commit | 0e57b6cc8c8ad02c06457f96abae3227805c37ef (patch) | |
tree | 4f8994eb95708b241d4c9847678cb9b1f37f6e84 /mod/siteinfo.php | |
parent | 35ed18967a61e9871becbe6676603ce8e43eeec3 (diff) | |
download | volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.tar.gz volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.tar.bz2 volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.zip |
convert application strings to en-US
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(), |