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);