new string wasn't configured for translation.
This commit is contained in:
父節點
7382c353e5
當前提交
c0aa8f9312
共有 3 個文件被更改,包括 3 次插入 和 1 次删除
|
@ -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>';
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue