From 01a9d8c35a169b6e8d684b9827a553430ad9f08d Mon Sep 17 00:00:00 2001 From: marostegui Date: Sat, 11 Oct 2008 18:56:26 +0000 Subject: [PATCH] 2008-10-11 Manuel Arostegui * extensions/update_manager/main.php: Small language correction git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1143 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/extensions/update_manager/main.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 '

';