From bd708443ab111efafd6982ccffb98db1348bc684 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 2 Mar 2010 12:10:15 +0000 Subject: [PATCH] 2010-03-02 Miguel de Dios * godmode/setup/gis_step_2.php: fix a mechanographic mistake. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2443 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/setup/gis_step_2.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fd5ad5706d..5b0fb2f471 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-03-02 Miguel de Dios + + * godmode/setup/gis_step_2.php: fix a mechanographic mistake. + 2010-03-02 Miguel de Dios * include/functions_gis.php: add function "addParentLines", in ths function diff --git a/pandora_console/godmode/setup/gis_step_2.php b/pandora_console/godmode/setup/gis_step_2.php index 7390850453..08b3972a29 100755 --- a/pandora_console/godmode/setup/gis_step_2.php +++ b/pandora_console/godmode/setup/gis_step_2.php @@ -208,9 +208,9 @@ $optionsConnectionOSMTable = ''; // Google Maps Connection -$gmaps_types["G_PHYSICAL_MAP"] = __('Goolge Physical'); -$gmaps_types["G_HYBRID_MAP"] = __('Goolge Hybrid'); -$gmaps_types["G_SATELITE_MAP"] = __('Goolge Satelite'); +$gmaps_types["G_PHYSICAL_MAP"] = __('Google Physical'); +$gmaps_types["G_HYBRID_MAP"] = __('Google Hybrid'); +$gmaps_types["G_SATELITE_MAP"] = __('Google Satelite'); // TODO: Use label tags for the forms. $optionsConnectionGmapTable = '
' . '' .