diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 21:37:08 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 21:37:08 +0000 |
commit | 706ce9c0db5d5ca778574b238139385b8bd02a87 (patch) | |
tree | fdc77e8854ac8d89b3036e65d413077663014b90 /perl-install/fs/partitioning_wizard.pm | |
parent | 46ec8b0db6cdf667fdcd7a0f756744d71cb5e3db (diff) | |
download | drakx-706ce9c0db5d5ca778574b238139385b8bd02a87.tar drakx-706ce9c0db5d5ca778574b238139385b8bd02a87.tar.gz drakx-706ce9c0db5d5ca778574b238139385b8bd02a87.tar.bz2 drakx-706ce9c0db5d5ca778574b238139385b8bd02a87.tar.xz drakx-706ce9c0db5d5ca778574b238139385b8bd02a87.zip |
- perl -pi -e 's!For this, create a partition!To accomplish this, create a partition!'
Diffstat (limited to 'perl-install/fs/partitioning_wizard.pm')
-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 e7f2db983..338d3ada7 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -51,7 +51,7 @@ sub partition_with_diskdrake { unless ($root = fs::get::root_(\@fstab)) { $ok = 0; $in->ask_okcancel(N("Partitioning"), N("You must have a root partition. -For this, create a partition (or click on an existing one). +To accomplish this, create a partition (or click on an existing one). Then choose action ``Mount point'' and set it to `/'"), 1) or return; } |