From c8973abfb66b02363cb803837037393e370f09db Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 18 Jun 2017 10:58:12 -0700 Subject: [PATCH] Improve the L10N comment about Sign as. Make it clearer what the indentation behavior is, and add suggestions about the width. Thanks to TAKAHASHI Tamotsu for the original patch suggesting changes to the L10N comments. --- compose.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/compose.c b/compose.c index e67b410cf..f9b4c265f 100644 --- a/compose.c +++ b/compose.c @@ -99,8 +99,14 @@ static const char * const Prompts[] = /* L10N: Compose menu field. Holds "Encrypt", "Sign" related information */ N_("Security: "), /* L10N: - * This string is used by the compose menu. It is suggested that it not - * be wider than 20 character cells, if possible. */ + * This string is used by the compose menu. + * Since it is hidden by default, it does not increase the + * indentation of other compose menu fields. However, if possible, + * it should not be longer than the other compose menu fields. + * + * Since it shares the row with "Encrypt with:", it should not be longer + * than 15-20 character cells. + */ N_("Sign as: ") }; -- 2.40.0