diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2824ea9330..d344f26123 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-03-08 Pablo de la ConcepciĆ³n + + * godmode/agentes/agent_conf_gis.php: Changed some english phrases to make + it more clear. + 2010-03-08 Pablo de la ConcepciĆ³n * godmode/agentes/agent_manager.php: Changed some english phrases to make diff --git a/pandora_console/godmode/agentes/agent_conf_gis.php b/pandora_console/godmode/agentes/agent_conf_gis.php index 3d9982673e..53b1329994 100644 --- a/pandora_console/godmode/agentes/agent_conf_gis.php +++ b/pandora_console/godmode/agentes/agent_conf_gis.php @@ -42,14 +42,14 @@ if ($agentData === false) { echo "

" . __("There is no GIS data for this agent, so it's positioned in default position of map.") . "

"; } -echo "

" . __("Warning: When you change the position the agent automatily enabled ignore GIS Data") . "

"; +echo "

" . __("Warning: When you change the position the agent automatily enables Ignore GIS Data") . "

"; $table->width = '60%'; $table->data = array(); $table->colspan[0][0] = 2; -$table->data[0][0] = __('Agent coords:'); +$table->data[0][0] = __('Agent position:'); $table->data[1][0] = __('Longitude: '); $table->data[1][1] = print_input_text_extended ('longitude', $agentData['stored_longitude'], 'text-longitude', '', 10, 10, false, '', @@ -146,4 +146,4 @@ $(document).ready ( js_activateEvents(changePositionAgent); }); - \ No newline at end of file +