From 6b2fffca094915ce361e5c6bdb98db28afc1779c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Aug 2004 09:51:50 +0000 Subject: typo fixes --- perl-install/standalone/service_harddrake_confirm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake_confirm') diff --git a/perl-install/standalone/service_harddrake_confirm b/perl-install/standalone/service_harddrake_confirm index eaf454960..1528fd9bf 100644 --- a/perl-install/standalone/service_harddrake_confirm +++ b/perl-install/standalone/service_harddrake_confirm @@ -5,5 +5,5 @@ use interactive; my $in = interactive->vnew; my $res = $in->ask_okcancel(N("Hardware changes in \"%s\" class (%s seconds to answer)", $ARGV[0], $ARGV[1]), - $ARGV[2] . N("Do you want to run the appropriate config tool ?"), 1); + $ARGV[2] . N("Do you want to run the appropriate config tool?"), 1); $in->exit($res); -- cgit v1.2.1