From f1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Sep 2002 09:17:21 +0000 Subject: fix translated string --- perl-install/harddrake/ui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index 99f4a7341..15a897daa 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -175,7 +175,7 @@ sub new { foreach (@harddrake::data::tree) { my ($Ident, $title, $icon, $configurator, $detector) = @$_; next if (ref($detector) ne "CODE"); #skip class witouth detector - print _("Probing $Ident class\n"); + print _("Probing %s class\n", $Ident); next if $Ident =~ /(MODEM|PRINTER|MOUSE)/ && "@ARGV" =~ /test/; my @devices = &$detector; next if (!listlength(@devices)); # Skip empty class (no devices) -- cgit v1.2.1