diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-20 21:52:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-20 21:52:49 +0000 |
commit | 34cdbb6bc4239174fe39bac4508aef18be8e14c4 (patch) | |
tree | 58b9fe43bd3c8de998ff68bff40a2e21fe77af9d /perl-install/fsedit.pm | |
parent | 8302c70f042832f1e472c95e4ef34a14d12d138c (diff) | |
download | drakx-34cdbb6bc4239174fe39bac4508aef18be8e14c4.tar drakx-34cdbb6bc4239174fe39bac4508aef18be8e14c4.tar.gz drakx-34cdbb6bc4239174fe39bac4508aef18be8e14c4.tar.bz2 drakx-34cdbb6bc4239174fe39bac4508aef18be8e14c4.tar.xz drakx-34cdbb6bc4239174fe39bac4508aef18be8e14c4.zip |
fix english (thanks to Arpad Biro)
Diffstat (limited to 'perl-install/fsedit.pm')
-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 bfffd5ce0..318892f87 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -250,7 +250,7 @@ I can try to go on, erasing over bad partitions (ALL DATA will be lost!). The other solution is to not allow DrakX to modify the partition table. (the error is %s) -Do you agree to loose all the partitions? +Do you agree to lose all the partitions? ", $dev, formatError($err))); }) } sub { $in->ask_okcancel('', formatError($@)) }; } else { |