new string wasn't configured for translation.
This commit is contained in:
parent
7382c353e5
commit
c0aa8f9312
3 changed files with 3 additions and 1 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue