From ad65b79ac7693ccb1b5906a3db27907d7e8ed1c4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 21 Sep 2019 19:48:11 +0200 Subject: [PATCH] usage: mark the -J/--guidestripe option plus argument as translatable This fixes https://savannah.gnu.org/bugs/?56930. Bug existed since the vertical guiding bar was introduced, in version 4.0, commit 66c6eb51. --- src/nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index 839230eb..12e80ff1 100644 --- a/src/nano.c +++ b/src/nano.c @@ -739,7 +739,7 @@ void usage(void) print_opt("-I", "--ignorercfiles", N_("Don't look at nanorc files")); #endif #ifndef NANO_TINY - print_opt("-J ", "--guidestripe=", + print_opt(_("-J "), _("--guidestripe="), N_("Show a guiding bar at this column")); #endif print_opt("-K", "--rawsequences",