diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d270b1d412..10040394c3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,8 +1,3 @@ -2010-11-16 Raúl Mateos - - * operation/menu.php, operation/events/sound_events.php: Change string. - Use events in lower case, according with the menu criteria. - 2010-11-15 Raúl Mateos * include/functions_events.php: Show text in Agent detail when no events diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index 5a7dd725bb..d07038b9c3 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -62,7 +62,7 @@ echo '"; echo ""; -echo "

" . __("Sound events") . "

"; +echo "

" . __("Sound Events") . "

"; $table = null; $table->width = '100%'; diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 792b27d968..c39fb6b1e2 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -188,7 +188,7 @@ if (give_acl ($config['id_user'], 0, "AR")) { $javascript = "javascript: window.open('operation/events/sound_events.php');"; $javascript = 'javascript: alert(111);'; $javascript = 'javascript: openSoundEventWindow();'; - $sub[$javascript]["text"] = __('Sound events'); + $sub[$javascript]["text"] = __('Sound Events'); $sub[$javascript]["type"] = "direct"; ?>