>From eaf3e708719d60942cfadfb64c8f73e8bb54a2a5 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 1 Aug 2019 12:03:31 +0200 Subject: [PATCH] e2fsck: remove an ineffective (because trailing) xgettext:no-c-format tag Signed-off-by: Benno Schulenberg --- e2fsck/problem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2fsck/problem.c b/e2fsck/problem.c index c45c6b78..5971a503 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -705,7 +705,7 @@ static struct e2fsck_problem problem_table[] = { /* Relocating group number's information to X */ { PR_1_RELOC_TO, /* xgettext:no-c-format */ - N_("Relocating @g %g's %s to %c...\n"), /* xgettext:no-c-format */ + N_("Relocating @g %g's %s to %c...\n"), PROMPT_NONE, PR_PREEN_OK, 0, 0, 0 }, /* Warning: could not read block number of relocation process */ -- 2.22.0