summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-21 08:09:01 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-21 08:09:01 +0000
commitca192729278dcab2579371db5dc716746277fa24 (patch)
tree63de147760c3426591cb3c7bc105a942f4699a7e /perl-install/network/netconnect.pm
parente9c64c704260364a2eac2e806ad308b19a2410d1 (diff)
downloaddrakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.gz
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.bz2
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.xz
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.zip
English proofreading by Stew Benedicts
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index b02c5b05e..328c9437b 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -25,10 +25,10 @@ sub intro {
read_net_conf($prefix, $netcnx, $netc);
if (!$::isWizard) {
if (connected()) {
- $text = N("You are currently connected to internet.") . (-e $disconnect_file ? N("\nYou can disconnect or reconfigure your connection.") : N("\nYou can reconfigure your connection."));
+ $text = N("You are currently connected to the Internet.") . (-e $disconnect_file ? N("\nYou can disconnect or reconfigure your connection.") : N("\nYou can reconfigure your connection."));
$connected = 1;
} else {
- $text = N("You are not currently connected to Internet.") . (-e $connect_file ? N("\nYou can connect to Internet or reconfigure your connection.") : N("\nYou can reconfigure your connection."));
+ $text = N("You are not currently connected to the Internet.") . (-e $connect_file ? N("\nYou can connect to the Internet or reconfigure your connection.") : N("\nYou can reconfigure your connection."));
$connected = 0;
}
my @l = (