diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index b5a8351e3..0d368172f 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -210,7 +210,7 @@ The other solution is to not allow DrakX to modify the partition table. (the error is %s) Do you agree to lose all the partitions? - ", $hd->{device}, formatError($err)))) { +", $hd->{device}, formatError($err)))) { partition_table::raw::zero_MBR($hd); } else { #- using it readonly |