From: Benno Schulenberg <[EMAIL PROTECTED]>

---
 libparted/fs/ext2/ext2_resize.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libparted/fs/ext2/ext2_resize.c b/libparted/fs/ext2/ext2_resize.c
index 997ab23..43370cd 100644
--- a/libparted/fs/ext2/ext2_resize.c
+++ b/libparted/fs/ext2/ext2_resize.c
@@ -689,8 +689,8 @@ int ext2_resize_fs(struct ext2_fs *fs, b
 
        if (!ext2_determine_itoffset(fs)) {
                ped_exception_throw (PED_EXCEPTION_NO_FEATURE, PED_EXCEPTION_OK,
-                       _("GNU Parted cannot resize this file system, please 
use"
-                         "resize2fs."));
+                       _("GNU Parted cannot resize this file system, please 
use "
+                         "'resize2fs'."));
                return 0;
        }
 
-- 
1.4.4.1



_______________________________________________
bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to