Merge branch '2682_Cambiar_ayuda_contextual' into 'develop'

Changed soft graphs hint

See merge request artica/pandorafms!1718
This commit is contained in:
vgilc 2018-08-28 16:00:53 +02:00
commit 3f1d7e9947
1 changed files with 2 additions and 2 deletions

View File

@ -686,8 +686,8 @@ $table_chars->data[$row][1] = html_print_select($options_full_escale, 'full_scal
$row++; $row++;
$table_chars->data[$row][0] = __('Soft graphs:'); $table_chars->data[$row][0] = __('Show only average');
$table_chars->data[$row][0] .= ui_print_help_tip(__('This option may cause performance issues'), true); $table_chars->data[$row][0] .= ui_print_help_tip(__('If enabled, the module graphs will only show the average value, otherwise it will show three sets of data showing maximums, averages and minimums.'), true);
$options_soft_graphs = array(); $options_soft_graphs = array();
$options_soft_graphs[0] = __('Standard mode'); $options_soft_graphs[0] = __('Standard mode');