From a752a813de346a909335e4d1e730a918ec10b1d8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Sep 2004 03:10:30 +0000 Subject: upcase acronyms --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } -- cgit v1.2.1