From b7e6753aba98d2906425255d9199a2c32dbfeac0 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sun, 13 Dec 2009 17:04:23 +0000 Subject: [PATCH] 2009-12-13 Raul Mateos * godmode/reporting/map_builder_wizard.php: Updated title. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2191 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/godmode/reporting/map_builder_wizard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/reporting/map_builder_wizard.php b/pandora_console/godmode/reporting/map_builder_wizard.php index 71ecb0bbb1..66c832bccc 100644 --- a/pandora_console/godmode/reporting/map_builder_wizard.php +++ b/pandora_console/godmode/reporting/map_builder_wizard.php @@ -71,7 +71,7 @@ function process_wizard_add ($id_agents, $image, $id_layout, $range, $width = 0, } print_success_message (__('Agent successfully added to layout')); - echo '

'.__('Map builder').'

'; + echo '

'.__('Map builder').'

'; } function process_wizard_add_modules ($id_modules, $image, $id_layout, $range, $width = 0, $height = 0) { @@ -113,7 +113,7 @@ function process_wizard_add_modules ($id_modules, $image, $id_layout, $range, $w print_success_message (__('Modules successfully added to layout')); } -echo "

".__('Reporting')." » "; +echo "

".__('Maps')." » "; echo __('Visual map wizard').' - '.$layout["name"].'

'; $id_agents = get_parameter ('id_agents', array ());