From eb7a52d533568aaab1b4a3d7f6f65e4e127e553d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 21 Jul 2003 16:48:57 +0000 Subject: fix final success message: - fix join usage - fix gtk frontend detection --- perl-install/network/netconnect.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 7e57ff7e7..90478f62e 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -209,9 +209,9 @@ If you don't want to use the auto detection, deselect the checkbox. $success = ask_connect_now($netc->{internet_cnx_choice}); step_3: - my $m = $success ? join(N("Congratulations, the network and Internet configuration is finished. + my $m = $success ? join('', N("Congratulations, the network and Internet configuration is finished. -"), if_($::isStandalone && $in->isa('interactive_gtk'), +"), if_($::isStandalone && $in->isa('interactive::gtk'), N("After this is done, we recommend that you restart your X environment to avoid any hostname-related problems."))) : N("Problems occured during configuration. Test your connection via net_monitor or mcc. If your connection doesn't work, you might want to relaunch the configuration."); -- cgit v1.2.1