From: Benno Schulenberg <[EMAIL PROTECTED]>
---
libparted/fs/ext2/ext2_resize.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/libparted/fs/ext2/ext2_resize.c b/libparted/fs/ext2/ext2_resize.c
index 46e3582..d6b3b14 100644
--- a/libparted/fs/ext2/ext2_resize.c
+++ b/libparted/fs/ext2/ext2_resize.c
@@ -690,11 +690,10 @@ int ext2_resize_fs(struct ext2_fs *fs, blk_t newsize,
PedTimer* timer)
PED_EXCEPTION_OK_CANCEL,
_("A resize operation on this file system will "
"use EXPERIMENTAL code\n"
- "that MAY CORRUPT it (although it hasn't done"
- "so yet\n"
- "in the past).\n"
- "You should at least backup your data and "
- "run 'e2fsck -f' afterwards."))
+ "that MAY CORRUPT it (although no one has "
+ "reported any such damage yet).\n"
+ "You should at least backup your data first, "
+ "and run 'e2fsck -f' afterwards."))
== PED_EXCEPTION_CANCEL)
{
return 0;
--
1.4.4.4
_______________________________________________
bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted