From 6dd5a75d1356b81295319527a61cdebd0e3b8acd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 21 Sep 2020 19:34:21 +0200 Subject: [PATCH] tweaks: add a hint for translators --- src/global.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.c b/src/global.c index 09bb4c37..4ac66590 100644 --- 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)