From 3fcd8fe8acb269598390b35bbf6e4247d10bc64e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 9 Oct 2011 17:08:47 -0400 Subject: Fix more spelling errors found by translators and add pluralization Signed-off-by: "Theodore Ts'o" --- resize/online.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resize') diff --git a/resize/online.c b/resize/online.c index bbe684a8..77290c28 100644 --- a/resize/online.c +++ b/resize/online.c @@ -90,7 +90,8 @@ errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt, if ((ext2fs_blocks_count(sb) > MAX_32_NUM) || (*new_size > MAX_32_NUM)) { com_err(program_name, 0, - _("Kernel does not resizing a file system this large")); + _("Kernel does not support resizing a file system " + "this large")); exit(1); } size = ext2fs_blocks_count(sb); -- cgit v1.2.3