diff options
-rw-r--r-- | perl-install/network/adsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 46a1d40cf..c14ac516d 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -219,7 +219,7 @@ user "$adsl->{login}" ]; my $answer = $in->ask_from_list_(N("Firmware needed"), - N("You need the alcatel microcode. + N("You need the Alcatel microcode. You can provide it now via a floppy or your windows partition, or skip and do it later."), $l) or return; |