summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-02-17 17:57:41 +0000
committerOlivier Blin <oblin@mandriva.org>2005-02-17 17:57:41 +0000
commiteb5d27d42fd65ab6995c05a4de738c4e1228ac6c (patch)
tree111854144a0ccf4460279e987eb3b259a76a0ead /perl-install/network
parent49be05bd123947bdfe47c21d3cc55eb1bfd34be0 (diff)
downloaddrakx-backup-do-not-use-eb5d27d42fd65ab6995c05a4de738c4e1228ac6c.tar
drakx-backup-do-not-use-eb5d27d42fd65ab6995c05a4de738c4e1228ac6c.tar.gz
drakx-backup-do-not-use-eb5d27d42fd65ab6995c05a4de738c4e1228ac6c.tar.bz2
drakx-backup-do-not-use-eb5d27d42fd65ab6995c05a4de738c4e1228ac6c.tar.xz
drakx-backup-do-not-use-eb5d27d42fd65ab6995c05a4de738c4e1228ac6c.zip
titifix
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index d3c0745d5..66641b3e2 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1069,7 +1069,7 @@ notation (for example, 1.2.3.4).")),
},
complete => sub {
if ($in->do_pkgs->ensure_is_installed_if_available('ndiswrapper', '/usr/sbin/ndiswrapper')) {
- $in->ask_warn(N("Error"), N("Could not install the %s package!"));
+ $in->ask_warn(N("Error"), N("Could not install the %s package!", 'ndiswrapper'));
return 1;
}
if ($ndiswrapper_driver eq N("Install a new driver")) {