From e3af085a216cb660878a21e7ee8c342a1af4282a Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 31 Jan 2002 12:46:18 +0000 Subject: fixed some English typose --- logdrake | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'logdrake') diff --git a/logdrake b/logdrake index 58bc1f48..6ba7daa6 100755 --- a/logdrake +++ b/logdrake @@ -403,7 +403,7 @@ my $r= "*** ". chomp_(`date`) . " ***\n"; }; $in->ask_from(_("service setting"), - _("You will recieve an alert if one of the selected service is no more running"), + _("You will receive an alert if one of the selected service is no more running"), [ map { {label => "$_", val=> \${$_}, type => "bool", text => "$l->{$_}[1]" }; } keys %$l ]) or goto begin; @@ -414,7 +414,7 @@ my $r= "*** ". chomp_(`date`) . " ***\n"; step_load: $in->ask_from(_("load setting"), - _("You will recieve an alert if the load is upper than this value"), + _("You will receive an alert if the load is higher than this value"), [ { label => "load ", val => \$load, type => 'range', min => 1, max => 50 }, ]) or goto step_service; @@ -508,6 +508,9 @@ sub destroy_window { # log # $Log$ +# Revision 1.33 2002/01/31 12:46:16 pablo +# fixed some English typose +# # Revision 1.32 2002/01/27 20:47:58 yduret # updated, added button in logdrake main screen, bug fix # -- cgit v1.2.1