summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 20:07:49 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 20:07:49 +0000
commite0776249a4ad6c05b3b0a9011b24c2507f0b6b9e (patch)
treeaa723929d8af721a429c16e1af4dd7c5df5b258a /perl-install/diskdrake/interactive.pm
parent758c1facd06454449df3bc47e808babdc8dc5b6d (diff)
downloaddrakx-backup-do-not-use-e0776249a4ad6c05b3b0a9011b24c2507f0b6b9e.tar
drakx-backup-do-not-use-e0776249a4ad6c05b3b0a9011b24c2507f0b6b9e.tar.gz
drakx-backup-do-not-use-e0776249a4ad6c05b3b0a9011b24c2507f0b6b9e.tar.bz2
drakx-backup-do-not-use-e0776249a4ad6c05b3b0a9011b24c2507f0b6b9e.tar.xz
drakx-backup-do-not-use-e0776249a4ad6c05b3b0a9011b24c2507f0b6b9e.zip
- perl -pi -e 's!"Do you want to save /etc/fstab modifications"!"Do you want to save the /etc/fstab modifications?"!'
Diffstat (limited to 'perl-install/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index ca0cbef66..3565c14d0 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -291,7 +291,7 @@ sub Done {
}
if (!$::isInstall) {
my $new = fs::fstab_to_string($all_hds);
- if ($new ne $all_hds->{current_fstab} && $in->ask_yesorno(N("Confirmation"), N("Do you want to save /etc/fstab modifications"), 1)) {
+ if ($new ne $all_hds->{current_fstab} && $in->ask_yesorno(N("Confirmation"), N("Do you want to save the /etc/fstab modifications?"), 1)) {
$all_hds->{current_fstab} = $new;
fs::write_fstab($all_hds);
}