summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-24 09:11:31 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-24 09:11:31 +0000
commit4f6e9b525a4986824446d23b7df5c86bfb0a4a15 (patch)
tree6deeba3ebfa7826b1293feeffc8a69ec1f980a0b /perl-install/standalone/net_monitor
parent83e1152dfea7d8942f9ddd5ff54348ca0334213b (diff)
downloaddrakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.gz
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.bz2
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.xz
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.zip
English proofreading
Diffstat (limited to 'perl-install/standalone/net_monitor')
-rwxr-xr-xperl-install/standalone/net_monitor8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor
index bd3a9ea9e..6dff839f8 100755
--- a/perl-install/standalone/net_monitor
+++ b/perl-install/standalone/net_monitor
@@ -175,7 +175,7 @@ sub connection {
$button_connect->set_sensitive(0);
$button_close->set_sensitive(0);
$statusbar->pop(1);
- $statusbar->push(1, $wasconnected ? N("Disconnecting from Internet ") : N("Connecting to Internet "));
+ $statusbar->push(1, $wasconnected ? N("Disconnecting from the Internet ") : N("Connecting to the Internet "));
if ($wasconnected == 1) {
$c_time = time();
$ct_tag = Gtk->timeout_add(1000, sub {
@@ -188,7 +188,7 @@ sub connection {
my $tag = Gtk->timeout_add(1000, sub {
$statusbar->pop(1);
- $statusbar->push(1, ($wasconnected == 1 ? N("Disconnecting from Internet ") : N("Connecting to Internet "))
+ $statusbar->push(1, ($wasconnected == 1 ? N("Disconnecting from the Internet ") : N("Connecting to the Internet "))
. join('', map { "." } (1..$nb_point)));
$nb_point++;
if ($nb_point < 4) { return 1 }
@@ -219,8 +219,8 @@ sub connection {
$ret = 0;
$statusbar->pop(1);
$statusbar->push(1, $wasconnected ? ($isconnected ?
- N("Disconnection from Internet failed.") :
- N("Disconnection from Internet complete.")) :
+ N("Disconnection from the Internet failed.") :
+ N("Disconnection from the Internet complete.")) :
($isconnected ?
N("Connection complete.") :
N("Connection failed.\nVerify your configuration in the Mandrake Control Center."))