2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/agentes/module_manager_editor.php: Fixed a typo.
	
	Fixes: #3422974



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5124 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-11-08 12:30:33 +00:00
parent 143a3e3b95
commit e348d53f7b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor.php: Fixed a typo.
Fixes: #3422974
2011-11-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_reporting.php:

View File

@ -413,7 +413,7 @@ $(document).ready (function () {
if (remote_config.match(regexp_name) || $("#id_module_type").val()==100 || $("#hidden-id_module_type_hidden").val()==100) return true;
else {
alert("<?php echo __("Error, The field name and name in module_name in data configuration are difrerent.");?>");
alert("<?php echo __("Error, The field name and name in module_name in data configuration are different.");?>");
return false;
}
}