From 0ab91714e7d4d10700746ce6630a501f1fcf4fea Mon Sep 17 00:00:00 2001 From: vgilc Date: Tue, 20 May 2014 15:13:15 +0000 Subject: [PATCH] 2014-05-20 Vanessa Gil * godmode/gis_maps/configure_gis_map.php: Fixed typographic error. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9967 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/gis_maps/configure_gis_map.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c9a4078aa6..45db43eaa9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-05-20 Vanessa Gil + + * godmode/gis_maps/configure_gis_map.php: Fixed + typographic error. + 2014-05-20 Alejandro Gallardo * include/functions_api.php: Fixed the function diff --git a/pandora_console/godmode/gis_maps/configure_gis_map.php b/pandora_console/godmode/gis_maps/configure_gis_map.php index 0d054d0675..907ef2dbe2 100644 --- a/pandora_console/godmode/gis_maps/configure_gis_map.php +++ b/pandora_console/godmode/gis_maps/configure_gis_map.php @@ -261,7 +261,7 @@ switch ($action) { } ui_print_result_message ($mapCreatedOk, __('Map successfully update'), - __('Map could not be update')); + __('Map could not be updated')); html_print_input_hidden('action', 'update_saved'); html_print_input_hidden('map_id', $idMap);