diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-06-16 13:24:10 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-06-16 13:24:10 +0200 |
commit | 24befa2197d3dfc9ebeac10b307eaddcc7dd5cf1 (patch) | |
tree | 8722457e1aaf9dd5c12558803744fa7032969549 /mod/siteinfo.php | |
parent | e0779e32b42e0fc00cd060f2baa25656d15b7885 (diff) | |
download | volse-hubzilla-24befa2197d3dfc9ebeac10b307eaddcc7dd5cf1.tar.gz volse-hubzilla-24befa2197d3dfc9ebeac10b307eaddcc7dd5cf1.tar.bz2 volse-hubzilla-24befa2197d3dfc9ebeac10b307eaddcc7dd5cf1.zip |
Small fix in siteinfo
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 904228f13..c5a1cf12b 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/redmatrix/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'), |