From 89a4f63e893f803934543553deaf30e8976f93a3 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Wed, 24 Jun 2015 16:09:07 +0200 Subject: [PATCH] Change text of label --- pandora_console/include/functions_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 20c65078cd..5a3c1c4065 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -465,7 +465,7 @@ function config_update_config () { if (!config_update_value ('type_module_charts', (string) get_parameter('type_module_charts', 'area'))) $error_update[] = __('Default type of module charts.'); 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)');