From: Theodore Ts'o Date: Sun, 9 Oct 2011 19:13:34 +0000 (-0400) Subject: e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE X-Git-Tag: v1.42-WIP-1009~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1a785efe0b3e2a8928ce0105923c356a838a31;p=thirdparty%2Fe2fsprogs.git e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE Signed-off-by: "Theodore Ts'o" --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index 6ee3fa4fa..f042b892b 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -923,7 +923,7 @@ static struct e2fsck_problem problem_table[] = { /* Quota inode has bad mode */ { PR_1_QUOTA_BAD_MODE, - N_("@q is not regular file. "), + N_("@q @i is not regular file. "), PROMPT_CLEAR, PR_PREEN_OK }, /* Quota inode is not in use, but contains data */