[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add a missing space, and quotes for consistencey
From: |
bensberg |
Subject: |
[PATCH] Add a missing space, and quotes for consistencey |
Date: |
Wed, 06 Dec 2006 00:00:04 +0100 |
From: Benno Schulenberg <address@hidden>
---
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