diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-10 18:19:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-10 18:19:41 +0000 |
commit | 127008bba6c0b7d08a15a5c825fcfcf5f0a85e23 (patch) | |
tree | 7f28dae70ed89bd7cd639fc54ec4262d4e02569f /perl-install/install_interactive.pm | |
parent | 0b06e32c49092160c3773cb402b0498ec9b32230 (diff) | |
download | drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.gz drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.bz2 drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.xz drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.zip |
spell Mandrakelinux in one word
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 154f1bde1..8919649d2 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -160,7 +160,7 @@ the following error occured: %s", formatError($@)); #- this save at least a cylinder (less than 8Mb). $min_win += partition_table::raw::cylinder_size($hd); - $part->{size} > $min_linux + $min_swap + $min_freewin + $min_win or die \N("Your Windows partition is too fragmented. Please reboot your computer under Windows, run the ``defrag'' utility, then restart the Mandrake Linux installation."); + $part->{size} > $min_linux + $min_swap + $min_freewin + $min_win or die \N("Your Windows partition is too fragmented. Please reboot your computer under Windows, run the ``defrag'' utility, then restart the Mandrakelinux installation."); $o->ask_okcancel('', formatAlaTeX(N("WARNING! DrakX will now resize your Windows partition. Be careful: this |