]> granicus.if.org Git - neomutt/commitdiff
Minor translation fixes.
authorBenno Schulenberg <i18n@benno.vertaalt.nl>
Sun, 30 Aug 2015 17:18:28 +0000 (10:18 -0700)
committerBenno Schulenberg <i18n@benno.vertaalt.nl>
Sun, 30 Aug 2015 17:18:28 +0000 (10:18 -0700)
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

index 8fc7d7e294e53d2a165083c3044370f8f965e8ab..5dbd10085ce7508ce4207052cccf88fb1d112a0a 100644 (file)
@@ -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;
       }