Change label of field in viual setup

This commit is contained in:
m-lopez-f 2015-05-27 16:29:29 +02:00
parent 543c095597
commit fa7bc8faaa
2 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ $table->data[$row][1] = html_print_input_text ('custom_graph_widht',
$row++;
$table->data[$row][0] = __('Render data of module type is proc.');
$table->data[$row][0] = __('Display proc modules in binary format (OK/FAIL)');
$table->data[$row][1] = __('Yes') . ' ' .
html_print_radio_button ('render_proc', 1, '',
$config["render_proc"], true) .

View File

@ -454,7 +454,7 @@ function config_update_config () {
if (!config_update_value ('custom_graph_widht', get_parameter('custom_graph_widht')))
$error_update[] = __('Default line thickness for the Custom Graph.');
if (!config_update_value ('render_proc', (int) get_parameter('render_proc', 0)))
$error_update[] = __('Render data of module type is proc.');
$error_update[] = __('Display proc modules in binary format (OK/FAIL)');
$interval_values = get_parameter ('interval_values');