summaryrefslogtreecommitdiffstats
path: root/lib/network/netconnect.pm
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2011-05-03 13:44:02 +0000
committerOliver Burger <obgr_seneca@mageia.org>2011-05-03 13:44:02 +0000
commit7e3b1470f43be276ca4b930c143221cab4638aa9 (patch)
tree72fbba1adee53db19d96a4867aeddec1272ea3f7 /lib/network/netconnect.pm
parent93ec859a5b20dd5d80b3c84a61591798e91f4eab (diff)
downloaddrakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar
drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar.gz
drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar.bz2
drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar.xz
drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.zip
- fixed typo (Bug #961)
- corrected pot file so it passes msgfmt -c
Diffstat (limited to 'lib/network/netconnect.pm')
-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 e58121e..abe94c7 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -767,7 +767,7 @@ Try to reconfigure your connection.");
{
name => sub {
if (!$success) {
- return join("\n\n", N("Problems occured during the network connectivity test."),
+ return join("\n\n", N("Problems occurred during the network connectivity test."),
N("This can be caused by invalid network configuration, or problems with your modem or router."),
N("You might want to relaunch the configuration to verify the connection settings."));
}