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

This commit is contained in:
Benno Schulenberg 2024-03-16 16:28:16 +01:00
parent a5a8487132
commit 64fb0be8b2

View File

@ -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