diff --git a/pandora_console/extensions/update_manager/main.php b/pandora_console/extensions/update_manager/main.php index 856f576fb6..b2ecfa0ebe 100644 --- a/pandora_console/extensions/update_manager/main.php +++ b/pandora_console/extensions/update_manager/main.php @@ -39,9 +39,9 @@ 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 the new Pandora FMS 2.0. It lets systems administrators to do not need to update their PandoraFMS manually since the Update Manager is the one 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 do 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 PandoraFMS 2.0 Enterprise version, for more information visit http://pandorafms.com'); + 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 '

'; echo __('Update Manager sends anonymous information about Pandora FMS usage (number of agents and modules running). To disable it, just delete extension or remove remote server address from Update Manager plugin setup.'); echo '

'; @@ -69,7 +69,7 @@ if (is_int ($package) && $package == 1) { } elseif (is_int ($package) && $package == 0) { echo '
'.__('Server authorization rejected')."
"; } else { - echo '
'.__('There\'s a new update for Pandora')."
"; + echo '
'.__('There\'s a new update for Pandora FMS')."
"; $table->width = '50%'; $table->data = array ();