diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 344e23267f..8057074667 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-11-23 Raúl Mateos + + * operation/events/events.php: Use "back not normal" icon in full screen. + 2010-11-23 Miguel de Dios * include/fgraph.php: erased the deprecated function diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index ae3dfa6377..b12aa41f65 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -226,7 +226,7 @@ else { echo " "; echo ''; - print_image ("images/fullscreen.png", false, array ("title" => __('Full screen'))); + print_image ("images/normalscreen.png", false, array ("title" => __('Back to normal mode'))); echo ''; echo ""; }