From 648e506ce1d088f54b8658a755eedae984876304 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Aug 2002 14:58:28 +0000 Subject: s/one of the selected service/one of the selected services/ (spoted by Arpad Biro) --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 5cbfbf95d..d35bccc36 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -428,7 +428,7 @@ my $initdir = "/etc/init.d"; } $in->ask_from(_("service setting"), - _("You will receive an alert if one of the selected service is no more running"), + _("You will receive an alert if one of the selected services is no more running"), [ map { { label => "$_", val => \${ $_ }, type => "bool", text => "$service->{ $_ }" } } @installed_d ]) or goto begin; -- cgit v1.2.1