* [PATCH] mkfs: add missing translation
@ 2017-08-18 10:39 Jan Tulak
2017-08-18 15:18 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Jan Tulak @ 2017-08-18 10:39 UTC (permalink / raw)
To: linux-xfs; +Cc: Jan Tulak
Add a missing underscore where it was omitted probably by a mistake.
Signed-off-by: Jan Tulak <jtulak@redhat.com>
---
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 091ca530..ec9ed633 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.13.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] mkfs: add missing translation
2017-08-18 10:39 [PATCH] mkfs: add missing translation Jan Tulak
@ 2017-08-18 15:18 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2017-08-18 15:18 UTC (permalink / raw)
To: Jan Tulak; +Cc: linux-xfs
On Fri, Aug 18, 2017 at 12:39:24PM +0200, Jan Tulak wrote:
> 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>
> ---
> 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 091ca530..ec9ed633 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.13.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-18 15:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 10:39 [PATCH] mkfs: add missing translation Jan Tulak
2017-08-18 15:18 ` Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox