summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 20:21:19 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 20:21:19 +0000
commitdb30da35a252dc7d74ee2e6740cc93368270b311 (patch)
tree5867b8812fda8cfae24139fdc1a56a2888c02f6b /perl-install/diskdrake/interactive.pm
parentbd6c0731e086a29e454bc028ceb4687a892b9ac4 (diff)
downloaddrakx-backup-do-not-use-db30da35a252dc7d74ee2e6740cc93368270b311.tar
drakx-backup-do-not-use-db30da35a252dc7d74ee2e6740cc93368270b311.tar.gz
drakx-backup-do-not-use-db30da35a252dc7d74ee2e6740cc93368270b311.tar.bz2
drakx-backup-do-not-use-db30da35a252dc7d74ee2e6740cc93368270b311.tar.xz
drakx-backup-do-not-use-db30da35a252dc7d74ee2e6740cc93368270b311.zip
- perl -pi -e 's!"All data on this partition should be backed-up"!"All data on this partition should be backed up"!'
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 4d5096e1d..2b8161ad2 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -820,7 +820,7 @@ sub Resize {
#- for these, we have tools to resize partition table
#- without losing data (or at least we hope so :-)
if (%nice_resize) {
- ask_alldatamaybelost($in, $part, N_("All data on this partition should be backed-up")) or return;
+ ask_alldatamaybelost($in, $part, N_("All data on this partition should be backed up")) or return;
} else {
ask_alldatawillbelost($in, $part, N_("After resizing partition %s, all data on this partition will be lost")) or return;
}