summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-03-31 13:41:58 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-03-31 13:41:58 +0000
commit88a1237836621fee48d13e5377e1f31add3d1943 (patch)
tree6b6ab4792649838da631ac4f7e0560f57d2276ce /lib
parentdd3a02e69cae446586aa33c299c64b1f5a92cd37 (diff)
downloaddrakx-net-88a1237836621fee48d13e5377e1f31add3d1943.tar
drakx-net-88a1237836621fee48d13e5377e1f31add3d1943.tar.gz
drakx-net-88a1237836621fee48d13e5377e1f31add3d1943.tar.bz2
drakx-net-88a1237836621fee48d13e5377e1f31add3d1943.tar.xz
drakx-net-88a1237836621fee48d13e5377e1f31add3d1943.zip
Typo fixed.
Diffstat (limited to 'lib')
-rw-r--r--lib/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
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,