diff options
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
1 files changed, 1 insertions, 1 deletions
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; |