From 4e29d66fe648167704a136dc09fbd6466cbf1547 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 4 Aug 2004 09:43:43 +0000 Subject: fix wording --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index eb3235b0c..78dacffa3 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1182,7 +1182,7 @@ It is not necessary on most networks."), #- use net_applet by default $isdn->{dial_method} = $method->{name} || $isdn_dial_methods[1]{name}; }, - name => N("How do you to dial this connection ?"), + name => N("How do you want to dial this connection ?"), data => sub { [ { type => "list", val => \$isdn->{dial_method}, list => [ map { $_->{name} } @isdn_dial_methods ] } ] }, -- cgit v1.2.1