diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 20:21:19 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 20:21:19 +0000 |
commit | 2aff8fb5001014bfef0c554ca77025a09eb6be72 (patch) | |
tree | 5867b8812fda8cfae24139fdc1a56a2888c02f6b /perl-install/diskdrake | |
parent | 1bfb2b8300d315f5b5e2986a39d91881d00f6a72 (diff) | |
download | drakx-2aff8fb5001014bfef0c554ca77025a09eb6be72.tar drakx-2aff8fb5001014bfef0c554ca77025a09eb6be72.tar.gz drakx-2aff8fb5001014bfef0c554ca77025a09eb6be72.tar.bz2 drakx-2aff8fb5001014bfef0c554ca77025a09eb6be72.tar.xz drakx-2aff8fb5001014bfef0c554ca77025a09eb6be72.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')
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 |
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; } |