diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-16 18:43:03 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-16 18:43:03 -0700 |
commit | 65661b7ec31d3524401e6b6d840763cb4d636935 (patch) | |
tree | 87e09f54fc087e46b2b8aae12e803e0e8f234bcd /mod/siteinfo.php | |
parent | d84b3cfc3c42c2d62813ff78ccfc9b9c34afc92d (diff) | |
parent | ec54111e6b0000f87323b2b0a26756da3b41f146 (diff) | |
download | volse-hubzilla-65661b7ec31d3524401e6b6d840763cb4d636935.tar.gz volse-hubzilla-65661b7ec31d3524401e6b6d840763cb4d636935.tar.bz2 volse-hubzilla-65661b7ec31d3524401e6b6d840763cb4d636935.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
mod/photos.php
mod/siteinfo.php
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 1282e2f17..61c20d66f 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -164,7 +164,7 @@ function siteinfo_content(&$a) { '$visit' => t('Please visit <a href="https://redmatrix.me">redmatrix.me</a> to learn more about $Projectname.'), '$bug_text' => t('Bug reports and issues: please visit'), '$bug_link_url' => 'https://github.com/redmatrix/hubzilla/issues', - '$bug_link_text' => '$projectname issues', + '$bug_link_text' => t('$projectname issues'), '$contact' => t('Suggestions, praise, etc. - please email "redmatrix" at librelist - dot com'), '$donate' => $donate, '$adminlabel' => t('Site Administrators'), |