diff mbox

mkfs: add missing translation

Message ID 20170818103924.24452-1-jtulak@redhat.com (mailing list archive)
State Accepted
Headers show

Commit Message

Jan Tulak Aug. 18, 2017, 10:39 a.m. UTC
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(-)

Comments

Darrick J. Wong Aug. 18, 2017, 3:18 p.m. UTC | #1
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
--
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
diff mbox

Patch

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);
 	}