summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-10-19 17:39:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-10-19 17:39:04 +0000
commita60b8b952f83289a6ed0cdec473f640f242f4559 (patch)
treec78c4170064a7c010eec769192febcbaca06298f /perl-install/install_interactive.pm
parentb86f699b56cfeea562a61d7ddf1028547da4d3ed (diff)
downloaddrakx-backup-do-not-use-a60b8b952f83289a6ed0cdec473f640f242f4559.tar
drakx-backup-do-not-use-a60b8b952f83289a6ed0cdec473f640f242f4559.tar.gz
drakx-backup-do-not-use-a60b8b952f83289a6ed0cdec473f640f242f4559.tar.bz2
drakx-backup-do-not-use-a60b8b952f83289a6ed0cdec473f640f242f4559.tar.xz
drakx-backup-do-not-use-a60b8b952f83289a6ed0cdec473f640f242f4559.zip
more meaningful message (bugzilla #19249)
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm2
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',