diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-16 06:38:53 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-16 06:38:53 +0000 |
commit | b4151ab3f63b375f82f69cd43da50f0ce06eca91 (patch) | |
tree | ec6e4901c06b4a291e24d7956dad411344a99d66 /perl-install | |
parent | 5cc1f42d9cd129bd678fe5bbc97e0c9877d8f1d3 (diff) | |
download | drakx-backup-do-not-use-b4151ab3f63b375f82f69cd43da50f0ce06eca91.tar drakx-backup-do-not-use-b4151ab3f63b375f82f69cd43da50f0ce06eca91.tar.gz drakx-backup-do-not-use-b4151ab3f63b375f82f69cd43da50f0ce06eca91.tar.bz2 drakx-backup-do-not-use-b4151ab3f63b375f82f69cd43da50f0ce06eca91.tar.xz drakx-backup-do-not-use-b4151ab3f63b375f82f69cd43da50f0ce06eca91.zip |
fixed typo (no spaces before question marks in English)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index dc74c06c5..115ddc5ca 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" ] } |