From c93ede8d2e000308600cc4ea4775bd0cab89f578 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 6 Aug 2004 19:09:03 +0000 Subject: reverted an unneeded string change --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1