diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-25 19:11:39 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-25 19:11:39 +0100 |
commit | c6a93d5cec05e9282b2f2d26fdfbc93175ed2b06 (patch) | |
tree | efbb925a6c74d3fa68e0931f7f131309d11150ce /mod | |
parent | c5cf9de32a247bbb1757b1f8e30ab3483544fa31 (diff) | |
parent | 7b51713ba33e442c57e3e4b242a48cf2bdb32f75 (diff) | |
download | volse-hubzilla-c6a93d5cec05e9282b2f2d26fdfbc93175ed2b06.tar.gz volse-hubzilla-c6a93d5cec05e9282b2f2d26fdfbc93175ed2b06.tar.bz2 volse-hubzilla-c6a93d5cec05e9282b2f2d26fdfbc93175ed2b06.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 000258db9..273e8baa8 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -193,7 +193,7 @@ function settings_content(&$a) { $r = q("SELECT * FROM `hook` WHERE `hook` = 'plugin_settings' "); if(! count($r)) - notice('No Plugin settings configured'); + notice( t('No Plugin settings configured') . EOL); call_hooks('plugin_settings', $o); $o .= '</form>'; |