summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/ui.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-06 09:17:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-06 09:17:21 +0000
commitf1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d (patch)
treec42b008bd3880c665328f75caea91f1adf0733dd /perl-install/harddrake/ui.pm
parentb968a7612dcbc44383913fc5a8d7823822dd2936 (diff)
downloaddrakx-f1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d.tar
drakx-f1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d.tar.gz
drakx-f1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d.tar.bz2
drakx-f1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d.tar.xz
drakx-f1ed6a78b3d0edc2b5cceebcef9d6ecc653c317d.zip
fix translated string
Diffstat (limited to 'perl-install/harddrake/ui.pm')
-rw-r--r--perl-install/harddrake/ui.pm2
1 files changed, 1 insertions, 1 deletions
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)