diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-19 09:51:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-19 09:51:50 +0000 |
commit | 6b2fffca094915ce361e5c6bdb98db28afc1779c (patch) | |
tree | 6f34fb86d51ee8563d819a63f9859904be945fba /perl-install/standalone/service_harddrake_confirm | |
parent | 421c1c957761a2a7da2510458ea9ae7260ac7480 (diff) | |
download | drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.gz drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.bz2 drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.xz drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.zip |
typo fixes
Diffstat (limited to 'perl-install/standalone/service_harddrake_confirm')
-rw-r--r-- | perl-install/standalone/service_harddrake_confirm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |