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

This commit is contained in:
Benno Schulenberg 2019-06-19 19:14:47 +02:00
parent b8987a1e40
commit 9ea1cd947c
1 changed files with 1 additions and 0 deletions

View File

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