new string wasn't configured for translation.

This commit is contained in:
Friendika
2010-12-25 01:24:51 -08:00
parent 7382c353e5
commit c0aa8f9312
3 changed files with 3 additions and 1 deletions

View File

@@ -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>';