]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: add missing translation
authorJan Tulak <jtulak@redhat.com>
Tue, 22 Aug 2017 15:01:26 +0000 (10:01 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 22 Aug 2017 15:01:26 +0000 (10:01 -0500)
Add a missing underscore where it was omitted probably by a mistake.

Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
mkfs/xfs_mkfs.c

index 7bb6408f9b779adcb624aed3c02ecf260ed3773a..dfffae7d3cec8ed4a7b2e8ccb5f6390ebe3effe4 100644 (file)
@@ -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);
        }