diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f95a0c7648..cd7c4b069e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-09-06 Javier Lanz + + * include/help/en/help_timesource.php: Changed a wee translation bug + and fixed style format + * godmode/setup/setup.php: Fixed a field name, written properly. + 2011-09-06 Miguel de Dios * include/styles/pandora.css, diff --git a/pandora_console/godmode/setup/setup.php b/pandora_console/godmode/setup/setup.php index 09fa64f082..39f3b36548 100644 --- a/pandora_console/godmode/setup/setup.php +++ b/pandora_console/godmode/setup/setup.php @@ -95,7 +95,7 @@ $sources["system"] = __('System'); $sources["sql"] = __('Database'); $table->data[9][1] = html_print_select ($sources, 'timesource', $config["timesource"], '', '', '', true); -$table->data[10][0] = __('Automatic update check'); +$table->data[10][0] = __('Automatic check for updates'); $table->data[10][1] = __('Yes').' '.html_print_radio_button ('autoupdate', 1, '', $config["autoupdate"], true).'  '; $table->data[10][1] .= __('No').' '.html_print_radio_button ('autoupdate', 0, '', $config["autoupdate"], true); diff --git a/pandora_console/include/help/en/help_timesource.php b/pandora_console/include/help/en/help_timesource.php index 8803357b89..cb37708dc5 100644 --- a/pandora_console/include/help/en/help_timesource.php +++ b/pandora_console/include/help/en/help_timesource.php @@ -3,10 +3,10 @@ * @package Include/help/en */ ?> -

Origen de tiempo

+

Time Source

-What source to use for the time. This can be (for now) either the local system (System) or database (Database).

+What source to use for the time. This can be (for now) either the local system (System) or database (Database).

This is useful when your database is not on the same system as your webserver or your Pandora FMS servers.