commit ad65b79ac7693ccb1b5906a3db27907d7e8ed1c4
parent fe5bd8cdef2544ded69e0867d20bd3c9af3f949b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 21 Sep 2019 19:48:11 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 <number>", "--guidestripe=<number>",
+ print_opt(_("-J <number>"), _("--guidestripe=<number>"),
N_("Show a guiding bar at this column"));
#endif
print_opt("-K", "--rawsequences",