From 3fa011fa08dda0116ca7b66ae40b6b3480a2ba64 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 25 Aug 2002 15:16:17 +0000 Subject: fixe explanation use --- perl-install/standalone/drakautoinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 690fb4e15..66cba5e93 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -78,7 +78,7 @@ my $floppy = detect_devices::floppy(); my $dev = devices::make($floppy); $in->ask_okcancel('', _("Insert a blank floppy in drive %s", $floppy), 1) or quit_global($in, 0); { - explanations(_("Creating auto install floppy")); + standalone::explanations(_("Creating auto install floppy")); my $w = $in->wait_message('', _("Creating auto install floppy")); commands::dd("if=$imagefile", "of=$dev", "bs=1440", "count=1024"); common::sync(); -- cgit v1.2.1