summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/partitioning_wizard.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 21:02:13 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 21:02:13 +0000
commitd445ddb9674aecc5ed0892d93845636ed589d6a1 (patch)
treebb9980d27e869841bf7a7fece5e41eb520f158ce /perl-install/fs/partitioning_wizard.pm
parentdb30da35a252dc7d74ee2e6740cc93368270b311 (diff)
downloaddrakx-backup-do-not-use-d445ddb9674aecc5ed0892d93845636ed589d6a1.tar
drakx-backup-do-not-use-d445ddb9674aecc5ed0892d93845636ed589d6a1.tar.gz
drakx-backup-do-not-use-d445ddb9674aecc5ed0892d93845636ed589d6a1.tar.bz2
drakx-backup-do-not-use-d445ddb9674aecc5ed0892d93845636ed589d6a1.tar.xz
drakx-backup-do-not-use-d445ddb9674aecc5ed0892d93845636ed589d6a1.zip
- perl -pi -e 's!need to reboot before the modification can take place"!"need to reboot before the modification can take effect"!'
- perl -pi -e 's!"You need to reboot for the partition table modifications to take place"!"You need to reboot for the partition table modifications to take effect"!'
Diffstat (limited to 'perl-install/fs/partitioning_wizard.pm')
-rw-r--r--perl-install/fs/partitioning_wizard.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm
index 5bfd2403b..e7f2db983 100644
--- a/perl-install/fs/partitioning_wizard.pm
+++ b/perl-install/fs/partitioning_wizard.pm
@@ -280,7 +280,7 @@ When you are done, do not forget to save using `w'", partition_table::descriptio
sub warn_reboot_needed {
my ($in) = @_;
- $in->ask_warn(N("Partitioning"), N("You need to reboot for the partition table modifications to take place"));
+ $in->ask_warn(N("Partitioning"), N("You need to reboot for the partition table modifications to take effect"));
}
sub create_display_box {