From 02c3e1064886d5479d556c69bc9e186493f918a4 Mon Sep 17 00:00:00 2001 From: Jan Tulak Date: Tue, 22 Aug 2017 10:01:26 -0500 Subject: [PATCH] mkfs: add missing translation Add a missing underscore where it was omitted probably by a mistake. Signed-off-by: Jan Tulak Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- mkfs/xfs_mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index 7bb6408f9..dfffae7d3 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -1281,7 +1281,7 @@ check_opt( if (sp->index != index) { fprintf(stderr, - ("Developer screwed up option parsing (%d/%d)! Please report!\n"), + _("Developer screwed up option parsing (%d/%d)! Please report!\n"), sp->index, index); reqval(opts->name, (char **)opts->subopts, index); } -- 2.47.2