From 9ea1cd947c7387296c48d971ff19ac0f300499e3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 19 Jun 2019 19:14:47 +0200 Subject: [PATCH] tweaks: add a translator hint, to clarify four short words --- src/global.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.c b/src/global.c index 19f27566..fd849c80 100644 --- 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);