diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cf2b64af59..c7f1ddeaf6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2009-06-09 Esteban Sanchez + + * include/javascript/pandora_modules.js: Fixed variable name. + 2009-06-09 Esteban Sanchez * godmode/agentes/agent_manager.php: Fixed string filter when diff --git a/pandora_console/include/javascript/pandora_modules.js b/pandora_console/include/javascript/pandora_modules.js index 822a8efdc9..8ddd09ae24 100644 --- a/pandora_console/include/javascript/pandora_modules.js +++ b/pandora_console/include/javascript/pandora_modules.js @@ -158,7 +158,7 @@ function configure_modules_form () { if (moduletype == 5) { if ($("#prediction_module").val () == null) { $("#prediction_module").focus (); - $("#message").showMessage (no_module_lang); + $("#message").showMessage (no_prediction_module_lang); return false; } }