summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
commit4e4eb522ecc6a1b4b29775552e389c7751ebe276 (patch)
tree2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/any.pm
parent2b8dce754e3324cc820a8526e0783e8c2846482d (diff)
downloaddrakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.gz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.bz2
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.xz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.zip
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 24d4a9e53..04ad1ad2c 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -319,7 +319,7 @@ sub setupBootloader__boot_bios_drive {
log::l("_ask_boot_bios_drive");
my $hd = $in->ask_from_listf('', N("You decided to install the bootloader on a partition.
-This implies you already have a bootloader on the hard drive you boot (eg: System Commander).
+This implies you already have a bootloader on the hard disk drive you boot (eg: System Commander).
On which drive are you booting?"), \&partition_table::description, $hds) or return 0;
log::l("mixed_kind_of_disks chosen $hd->{device}");