nano

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

commit 64fb0be8b29907d318ee21e5f09a6c9cac8ee291
parent a5a8487132e567844d960bf002a4878e8e0872a4
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 16 Mar 2024 16:28:16 +0100

tweaks: add another translator hint, to help avoid overlong key tags

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

diff --git a/src/global.c b/src/global.c @@ -1080,6 +1080,7 @@ void shortcut_init(void) #endif #ifdef ENABLE_SPELLER add_to_funcs(do_spell, MEXECUTE, + /* TRANSLATORS: Try to keep the next four strings at most 12 characters. */ N_("Spell Check"), WHENHELP(spell_gist), TOGETHER); #endif #ifdef ENABLE_LINTER