commit 61c6d432313508c2c5fc5f5a2f3caa42f0ccb427
parent a04f6e0165cc14d09c3aad51cf18c91507a97569
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 1 Feb 2022 11:35:56 +0100
tweaks: adjust a translator hint, to fit the order in the POT file
Also, reword another hint.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/global.c b/src/global.c
@@ -835,7 +835,7 @@ void shortcut_init(void)
#ifdef ENABLE_BROWSER
add_to_funcs(goto_dir, MBROWSER,
- /* TRANSLATORS: Try to keep the next seven strings at most 10 characters. */
+ /* TRANSLATORS: Try to keep the next four strings at most 10 characters. */
N_("Go To Dir"), WITHORSANS(gotodir_gist), TOGETHER, VIEW);
#ifdef ENABLE_HELP
add_to_funcs(full_refresh, MBROWSER,
@@ -1021,7 +1021,7 @@ void shortcut_init(void)
N_("Down to anchor"), WITHORSANS(nextanchor_gist), BLANKAFTER, VIEW);
add_to_funcs(zap_text, MMAIN,
- /* TRANSLATORS: This *deletes* a line or marked region. */
+ /* TRANSLATORS: This refers to deleting a line or marked region. */
N_("Zap"), WITHORSANS(zap_gist), BLANKAFTER, NOVIEW);
if (!ISSET(RESTRICTED)) {