summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-14 03:10:30 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-14 03:10:30 +0000
commita752a813de346a909335e4d1e730a918ec10b1d8 (patch)
treeb76a908195a2495cad765055200ceaf8a443359c /perl-install/network/netconnect.pm
parentbe2fc47c83302020dab294da1bc3feccb70fc814 (diff)
downloaddrakx-backup-do-not-use-a752a813de346a909335e4d1e730a918ec10b1d8.tar
drakx-backup-do-not-use-a752a813de346a909335e4d1e730a918ec10b1d8.tar.gz
drakx-backup-do-not-use-a752a813de346a909335e4d1e730a918ec10b1d8.tar.bz2
drakx-backup-do-not-use-a752a813de346a909335e4d1e730a918ec10b1d8.tar.xz
drakx-backup-do-not-use-a752a813de346a909335e4d1e730a918ec10b1d8.zip
upcase acronyms
Diffstat (limited to 'perl-install/network/netconnect.pm')
-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 5196f393e..6184968e6 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -420,7 +420,7 @@ If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your card.
pre => sub {
$isdn_name = "capidrv";
},
- name => N("A capi driver is available for this modem. This capi driver can offer more capabilities than the free driver (like sending faxes). Which driver do you want to use ?"),
+ name => N("A CAPI driver is available for this modem. This CAPI driver can offer more capabilities than the free driver (like sending faxes). Which driver do you want to use ?"),
data => sub { [
{ label => N("Driver"), type => "list", val => \$isdn_name,
list => [ $isdn->{driver}, "capidrv" ] }