diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-02 18:46:37 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-02 18:46:37 +0000 |
commit | ef687c9d6e65464486b23be0cc7506bfda13d49b (patch) | |
tree | f2b5d2e7341402c602bf4dce35a2084fba8cbaaa /perl-install/fs | |
parent | 1e3b4fb8bee5bf375fb7623f6bfc835728f62f83 (diff) | |
download | drakx-ef687c9d6e65464486b23be0cc7506bfda13d49b.tar drakx-ef687c9d6e65464486b23be0cc7506bfda13d49b.tar.gz drakx-ef687c9d6e65464486b23be0cc7506bfda13d49b.tar.bz2 drakx-ef687c9d6e65464486b23be0cc7506bfda13d49b.tar.xz drakx-ef687c9d6e65464486b23be0cc7506bfda13d49b.zip |
- modify a string in partitioning_wizard.pm to be more grammatically correct
(spotted by Sigrid Carrera, on mageia-i18n ML)
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index 355992142..affb18033 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -232,7 +232,7 @@ filesystem checks will be run on your next boot into Microsoft Windows®")) if $ sub { my $hd; if (!$in->isa('interactive::gtk')) { - $hd = $in->ask_from_listf_raw({ messages => N("You have more than one hard drive, which one do you install linux on?"), + $hd = $in->ask_from_listf_raw({ messages => N("You have more than one hard disk drive, which one do you want the installer to use?"), title => N("Partitioning"), interactive_help_id => 'takeOverHdChoose', }, |