summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorBenno Schulenberg <i18n@benno.vertaalt.nl>2015-08-30 10:18:28 -0700
committerBenno Schulenberg <i18n@benno.vertaalt.nl>2015-08-30 10:18:28 -0700
commita6207c1719b9188ab1e4a42a635dfb6b0d023b85 (patch)
tree5a0336e5a3d1abd13a07a5b1af1e4f33756b8894 /commands.c
parent8eb2f5c27e2609cf161744b1d10baed22f67ec39 (diff)
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.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c4
1 files 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;
}