From 779fb5747ba64e977c343e1cfcc8f6d59dabb634 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 17 Jun 2005 07:10:46 +0000 Subject: no space before question marks --- perl-install/network/ndiswrapper.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/ndiswrapper.pm b/perl-install/network/ndiswrapper.pm index fa726ffaa..e6b71f669 100644 --- a/perl-install/network/ndiswrapper.pm +++ b/perl-install/network/ndiswrapper.pm @@ -93,7 +93,7 @@ sub setup_device { my @conflicts = find_conflicting_devices($device); if (@conflicts) { $in->ask_yesorno(N("Warning"), N("The selected device has already been configured with the %s driver. -Do you really want to use a ndiswrapper driver ?", $conflicts[0][1])) or return; +Do you really want to use a ndiswrapper driver?", $conflicts[0][1])) or return; } my $interface = find_interface($device); -- cgit v1.2.1