summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-12-04 16:40:59 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-12-04 16:40:59 +0000
commit8e6d81ed4895766ebb104adb880d2061a10f4278 (patch)
tree431362d7b1875d9d8c094a921a1e7a4593026ac8 /perl-install/install_interactive.pm
parent3b292ff24ae5de8eae53d377c9839cd7daa21354 (diff)
downloaddrakx-backup-do-not-use-8e6d81ed4895766ebb104adb880d2061a10f4278.tar
drakx-backup-do-not-use-8e6d81ed4895766ebb104adb880d2061a10f4278.tar.gz
drakx-backup-do-not-use-8e6d81ed4895766ebb104adb880d2061a10f4278.tar.bz2
drakx-backup-do-not-use-8e6d81ed4895766ebb104adb880d2061a10f4278.tar.xz
drakx-backup-do-not-use-8e6d81ed4895766ebb104adb880d2061a10f4278.zip
try to not get something poorly wrapped
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index 7b93bbf09..180c4b63e 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -122,10 +122,11 @@ the following error occured: %s", $@);
$part->{size} > $min_linux + $min_swap + $min_freewin + $min_win or die _("Your Windows partition is too fragmented, please run ``defrag'' first");
$o->ask_okcancel('', _("WARNING!
-DrakX will now resize your Windows partition. Be careful: this operation is
-dangerous. If you have not already done so, you should first exit the
-installation, run scandisk under Windows (and optionally run defrag), then
-restart the installation. You should also backup your data.
+DrakX will now resize your Windows partition. Be careful:
+this operation is dangerous. If you have not already done
+so, you should first exit the installation, run scandisk
+under Windows (and optionally run defrag), then restart the
+installation. You should also backup your data.
When sure, press Ok.")) or return;
my $size = $part->{size};