From 0509d950ae0366f46bdd2d57f49c7f42a52cb1e6 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 3 Feb 2015 09:49:35 +0100 Subject: [PATCH] Change text in help clippy for all servers down --- .../include/help/clippy/servers_down.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pandora_console/include/help/clippy/servers_down.php b/pandora_console/include/help/clippy/servers_down.php index bc1261c8e8..6d69579e90 100644 --- a/pandora_console/include/help/clippy/servers_down.php +++ b/pandora_console/include/help/clippy/servers_down.php @@ -29,9 +29,9 @@ function clippy_servers_down() { //================================================================== //Help tour about the monitoring with a ping (step 3) //------------------------------------------------------------------ - $return_tours['tours']['servers_all_down'] = array(); - $return_tours['tours']['servers_all_down']['steps'] = array(); - $return_tours['tours']['servers_all_down']['steps'][] = array( + $return_tours['tours']['servers_down'] = array(); + $return_tours['tours']['servers_down']['steps'] = array(); + $return_tours['tours']['servers_down']['steps'][] = array( 'init_step_context' => true, 'intro' => '' . '' . @@ -41,15 +41,15 @@ function clippy_servers_down() { '' . '' . '' . '' . '
' . - __('For example its world') . + __('Can you up all servers. You go to terminal in linux and execute the next command: "sudo /etc/init.d/pandora_server restart". It\'s possible need introduce root pass.') . '
' ); - $return_tours['tours']['servers_all_down']['conf'] = array(); - $return_tours['tours']['servers_all_down']['conf']['autostart'] = true; - $return_tours['tours']['servers_all_down']['conf']['show_bullets'] = 0; - $return_tours['tours']['servers_all_down']['conf']['show_step_numbers'] = 0; + $return_tours['tours']['servers_down']['conf'] = array(); + $return_tours['tours']['servers_down']['conf']['autostart'] = true; + $return_tours['tours']['servers_down']['conf']['show_bullets'] = 0; + $return_tours['tours']['servers_down']['conf']['show_step_numbers'] = 0; //================================================================== return $return_tours;