From bcc55db442cf9ffca28b343187c088063b825a35 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 17 Dec 1999 23:08:17 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 800c5f84e..2999ba682 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -282,7 +282,7 @@ sub configureNetwork($) { $_ = $o->ask_from_list_([ _("Network Configuration") ], _("Local networking has already been configured. Do you want to:"), [ @l ]) || "Do not"; - } else { $_ = "Keep"; } + } else { $_ = "Keep"; } } elsif ($o->{modem}) { $_ = "Dialup"; } else { -- cgit v1.2.1