From a60b8b952f83289a6ed0cdec473f640f242f4559 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Oct 2005 17:39:04 +0000 Subject: more meaningful message (bugzilla #19249) --- perl-install/install_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index e5a0ebcb7..738739a55 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -210,7 +210,7 @@ filesystem checks will be run on your next boot into Windows(TM)")) if $part->{f if (@$fstab && @hds_rw) { $solutions{wipe_drive} = - [ 10, fsedit::is_one_big_fat_or_NT($hds) ? N("Remove Windows(TM)") : N("Erase entire disk"), + [ 10, fsedit::is_one_big_fat_or_NT($hds) ? N("Remove Windows(TM)") : N("Erase and use entire disk"), sub { my $hd = $o->ask_from_listf_raw({ messages => N("You have more than one hard drive, which one do you install linux on?"), interactive_help_id => 'takeOverHdChoose', -- cgit v1.2.1