change message in non initialited modules
This commit is contained in:
parent
b18ace9ef6
commit
e2ae568ed3
|
@ -150,7 +150,7 @@ $sort = get_parameter('sort', 'up');
|
|||
$modules_not_init = agents_monitor_notinit($id_agente);
|
||||
if (empty($modules_not_init) === false) {
|
||||
$help_not_init = ui_print_warning_message(
|
||||
__('No initialized modules found.')
|
||||
__('Non initialized modules found.')
|
||||
);
|
||||
} else {
|
||||
$help_not_init = '';
|
||||
|
|
Loading…
Reference in New Issue