nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 24487d48ffe72d6f7d8a19b43f22e333e2ab10f1
parent 388cd0b5140c194a19d26cd5bfbfbd62191c9f1a
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 29 Aug 2018 20:25:57 +0200

tweaks: adjust one more translator hint, for removed toggles

Diffstat:
Msrc/global.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/global.c b/src/global.c @@ -1385,7 +1385,7 @@ const char *flagtostr(int flag) { switch (flag) { case NO_HELP: - /* TRANSLATORS: The next eighteen strings are toggle descriptions; + /* TRANSLATORS: The next fourteen strings are toggle descriptions; * they are best kept shorter than 40 characters, but may be longer. */ return N_("Help mode"); case CONSTANT_SHOW: