From 12241767397ce2698a54e1b502658ef38e74fa2c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 10 Sep 2002 08:09:03 +0000 Subject: fixed pixel typo (strange, I was sure it was titi but not ?). --- perl-install/mouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 5174e7667..49ac6ec19 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -485,7 +485,7 @@ sub test_mouse { my $bad_mouse = member($mouse->{XMOUSETYPE}, 'IMPS/2', 'ExplorerPS/2'); $draw_text->(_("Please test the mouse"), $height - 120); $draw_text->(_("To activate the mouse,"), $height - 105) if $bad_mouse; - $draw_text->(_("MOVE YOUR WHEEL!"), $height - 90) if $bad_mouse + $draw_text->(_("MOVE YOUR WHEEL!"), $height - 90) if $bad_mouse; $darea->window->draw_rectangle($darea->style->bg_gc('normal'), 1, 0, $height-65, $width, $height); } }; -- cgit v1.2.1