bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Make the wording of warning somewhat clearer.


From: bensberg
Subject: [PATCH] Make the wording of warning somewhat clearer.
Date: Wed, 04 Apr 2007 12:03:29 +0200

From: Benno Schulenberg <address@hidden>

---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]