From 88a1237836621fee48d13e5377e1f31add3d1943 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 31 Mar 2009 13:41:58 +0000 Subject: Typo fixed. --- lib/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm index 25ab100..1e2a614 100644 --- a/lib/network/netconnect.pm +++ b/lib/network/netconnect.pm @@ -759,7 +759,7 @@ Try to reconfigure your connection."); return join("\n\n", N("Congratulations, the network configuration is finished."), N("However, the Internet connectivity test failed. You should test your connection manually, and verify your Internet modem or router."), N("If your connection does not work, you might want to relaunch the configuration.")); } - return join("\n\n", N("Congratulations, the network and Internet configuration is finished."), if_($::isStandalone && $in->isa('interactive::gtk'), + return join("\n\n", N("Congratulations, the network and Internet configuration are finished."), 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."))); }, end => 1, -- cgit v1.2.1