diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-10-19 17:39:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-10-19 17:39:04 +0000 |
commit | a60b8b952f83289a6ed0cdec473f640f242f4559 (patch) | |
tree | c78c4170064a7c010eec769192febcbaca06298f /perl-install | |
parent | b86f699b56cfeea562a61d7ddf1028547da4d3ed (diff) | |
download | drakx-a60b8b952f83289a6ed0cdec473f640f242f4559.tar drakx-a60b8b952f83289a6ed0cdec473f640f242f4559.tar.gz drakx-a60b8b952f83289a6ed0cdec473f640f242f4559.tar.bz2 drakx-a60b8b952f83289a6ed0cdec473f640f242f4559.tar.xz drakx-a60b8b952f83289a6ed0cdec473f640f242f4559.zip |
more meaningful message (bugzilla #19249)
Diffstat (limited to 'perl-install')
-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 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', |