diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5d8bc0152e..020f615472 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2008-10-11 Manuel Arostegui + + * extensions/update_manager/main.php: Small language correction + 2008-10-10 Evi Vanoost * operation/reporting/reporting_xml.php: Now correctly displays image diff --git a/pandora_console/extensions/update_manager/main.php b/pandora_console/extensions/update_manager/main.php index b2ecfa0ebe..c02d42a41f 100644 --- a/pandora_console/extensions/update_manager/main.php +++ b/pandora_console/extensions/update_manager/main.php @@ -39,7 +39,7 @@ if ($settings->customer_key == FREE_USER) { echo '
'; echo ' '; /* Translators: Do not translade Update Manager, it's the name of the program */ - echo __('The new Update Manager client is shipped with Pandora FMS 2.0. It helps system administrators to update their Pandora FMS automatically, since the Update Manager do the task of getting new modules, new plugins and new features (even full migrations tools for future versions) automatically.'); + echo __('The new Update Manager client is shipped with Pandora FMS 2.0. It helps system administrators to update their Pandora FMS automatically, since the Update Manager does the task of getting new modules, new plugins and new features (even full migrations tools for future versions) automatically.'); echo '

'; echo __('Update Manager is one of the most advanced features of Pandora FMS 2.0 Enterprise version, for more information visit http://pandorafms.com.'); echo '

';