From b77a7d560f70d708cd23fbd54602c9d51ed29743 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 16 Dec 1999 15:14:05 +0000 Subject: *** empty log message *** --- perl-install/install_steps_gtk.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 84579e4b9..f6032533d 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -255,7 +255,12 @@ sub doPartitionDisks($$) { my $resize_fat = eval { resize_fat::main->new($part->{device}, devices::make($part->{device})) }; my $min_win = $resize_fat->min_size; if (!$@ && $part->{size} > $min_linux + $min_freewin + $min_win && $o->ask_okcancel('', -_("TODO"))) { +_("WARNING! + +DrakX now needs to resize your Windows partition. Be careful: this operation is +dangerous. If you have not already done so, you should first run scandisk (and +optionally run defrag) on this partition and backup your data. +When sure, press Ok."))) { my $hd = $hds->[0]; my $oldsize = $part->{size}; $hd->{isDirty} = $hd->{needKernelReread} = 1; -- cgit v1.2.1