From 193c9d7cac45e0e580200cd60581ab41a66f6d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20de=20la=20Concepci=C3=B3n=20Sanz?= Date: Mon, 8 Mar 2010 18:42:15 +0000 Subject: [PATCH] =?UTF-8?q?2010-03-08=20=20Pablo=20de=20la=20Concepci?= =?UTF-8?q?=C3=B3n=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * include/functions_gis.php, operation/gis_maps/render_view.php : Changed some english phrases to make it more clear. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2487 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_gis.php | 6 +++--- pandora_console/operation/gis_maps/render_view.php | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c770441682..d9a186a882 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-03-08 Pablo de la ConcepciĆ³n + + * include/functions_gis.php, operation/gis_maps/render_view.php : Changed + some english phrases to make it more clear. + 2010-03-08 Miguel de Dios * include/javascript/openlayers.pandora.js: deleted the console log debug diff --git a/pandora_console/include/functions_gis.php b/pandora_console/include/functions_gis.php index 0a18b0b7d6..e83d008409 100644 --- a/pandora_console/include/functions_gis.php +++ b/pandora_console/include/functions_gis.php @@ -20,16 +20,16 @@ * @return None */ function addParentLines() { - makeLayer(__('Hierarchy agent')); + makeLayer(__('Hierarchy of agents')); echo ""; diff --git a/pandora_console/operation/gis_maps/render_view.php b/pandora_console/operation/gis_maps/render_view.php index 97348920de..71825b5060 100644 --- a/pandora_console/operation/gis_maps/render_view.php +++ b/pandora_console/operation/gis_maps/render_view.php @@ -117,7 +117,7 @@ $buttons[] = ''; $buttons[] = '
' . '
'; -$buttons[] = __('Show agents in state: '); +$buttons[] = __('Show agents by state: '); print_page_header(__('Map') . " » " . __('Map') . " " . $map['map_name'], "", false, "", false, $buttons);