summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-16 18:01:00 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-16 18:01:00 +0000
commit7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad (patch)
treecc335b1b7ff4fd780b6cf396c7a77cb3cad78b16 /perl-install/standalone/drakautoinst
parente1b6ccd5e1d22c0519bfd5244b748d36e8728802 (diff)
downloaddrakx-7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad.tar
drakx-7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad.tar.gz
drakx-7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad.tar.bz2
drakx-7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad.tar.xz
drakx-7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad.zip
typo fix
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-xperl-install/standalone/drakautoinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst
index a7faf4617..19c0cd880 100755
--- a/perl-install/standalone/drakautoinst
+++ b/perl-install/standalone/drakautoinst
@@ -37,7 +37,7 @@ my $imagefile = "/root/drakx/replay_install.img";
-f $imagefile or $in->ask_warn(N("Error!"),
N("I can't find needed image file `%s'.", $imagefile), 1), quit_global($in, 0);
-my $direct or $in->ask_okcancel(N("Auto Install Configurator"),
+$direct or $in->ask_okcancel(N("Auto Install Configurator"),
N("You are about to configure an Auto Install floppy. This feature is somewhat dangerous and must be used circumspectly.
With that feature, you will be able to replay the installation you've performed on this computer, being interactively prompted for some steps, in order to change their values.