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 = '
' . '' .