commit 6dd5a75d1356b81295319527a61cdebd0e3b8acd
parent 9c04d0c956cd429ea3064d0e46011908b59b6d60
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 21 Sep 2020 19:34:21 +0200
tweaks: add a hint for translators
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/global.c b/src/global.c
@@ -816,6 +816,7 @@ void shortcut_init(void)
}
add_to_funcs(report_cursor_position, MMAIN,
+ /* TRANSLATORS: This refers to the position of the cursor. */
N_("Location"), WITHORSANS(cursorpos_gist), TOGETHER, VIEW);
#if defined(NANO_TINY) || defined(ENABLE_JUSTIFY)