diff options
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 00186b0d7..3c4ac84d9 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -709,7 +709,7 @@ Take a look at http://www.linmodems.org"), } }, name => N("Please choose your DSL connection type. -If you do not know, keep the preselected type."), +If you do not know it, keep the preselected type."), data => [ { text => N("ADSL connection type:"), val => \$net->{adsl}{method}, type => "list", list => [ sort { $adsl_types{$a} cmp $adsl_types{$b} } keys %adsl_types ], |