From 64fb0be8b29907d318ee21e5f09a6c9cac8ee291 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 16 Mar 2024 16:28:16 +0100 Subject: [PATCH] tweaks: add another translator hint, to help avoid overlong key tags --- src/global.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.c b/src/global.c index 860fe0c5..d35b4e5a 100644 --- 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