Change text of label

This commit is contained in:
m-lopez-f 2015-06-24 16:09:07 +02:00
parent 2569a46879
commit 89a4f63e89
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ function config_update_config () {
if (!config_update_value ('type_module_charts', (string) get_parameter('type_module_charts', 'area'))) if (!config_update_value ('type_module_charts', (string) get_parameter('type_module_charts', 'area')))
$error_update[] = __('Default type of module charts.'); $error_update[] = __('Default type of module charts.');
if (!config_update_value ('render_proc', (bool) get_parameter('render_proc', false))) if (!config_update_value ('render_proc', (bool) get_parameter('render_proc', false)))
$error_update[] = __('Render data of module type is proc.'); $error_update[] = __('Display proc modules in binary format (OK/FAIL)');