From a6207c1719b9188ab1e4a42a635dfb6b0d023b85 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 30 Aug 2015 10:18:28 -0700 Subject: [PATCH] Minor translation fixes. This makes two equivalent translation messages the exact same so they only need to be translated once. It also adds a missing translation marker (for the same string). This same string is used in recvcmd.c so does not generate a new translation string. --- commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.c b/commands.c index 8fc7d7e2..5dbd1008 100644 --- a/commands.c +++ b/commands.c @@ -253,7 +253,7 @@ void ci_bounce_message (HEADER *h, int *redraw) { if (!h->env->from) { - mutt_error _("Warning: message has no From: header"); + mutt_error _("Warning: message contains no From: header"); mutt_sleep (2); } } @@ -263,7 +263,7 @@ void ci_bounce_message (HEADER *h, int *redraw) { if (Context->hdrs[rc]->tagged && !Context->hdrs[rc]->env->from) { - mutt_error ("Warning: message has no From: header"); + mutt_error _("Warning: message contains no From: header"); mutt_sleep (2); break; } -- 2.40.0