nano

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

commit 9ea1cd947c7387296c48d971ff19ac0f300499e3
parent b8987a1e4081a11c8b945743bfdafbd9ffc1a4ad
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 19 Jun 2019 19:14:47 +0200

tweaks: add a translator hint, to clarify four short words

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

diff --git a/src/global.c b/src/global.c @@ -902,6 +902,7 @@ void shortcut_init(void) #endif add_to_funcs(do_tab, MMAIN, + /* TRANSLATORS: The next four strings are names of keyboard keys. */ N_("Tab"), WITHORSANS(tab_gist), TOGETHER, NOVIEW); add_to_funcs(do_enter, MMAIN, N_("Enter"), WITHORSANS(enter_gist), BLANKAFTER, NOVIEW);