From: Vincent Lefevre Date: Sat, 29 Dec 2018 17:03:27 +0000 (+0100) Subject: spelling consistency X-Git-Tag: 2019-10-25~396^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=130576a0492393e99bb512fae08f7f549a690a97;p=neomutt spelling consistency Co-authored-by: Richard Russon --- diff --git a/send.c b/send.c index 1d0a3ea1c..aa5d80683 100644 --- a/send.c +++ b/send.c @@ -1659,7 +1659,7 @@ static int postpone_message(struct Email *msg, struct Email *cur, char *fcc, int if (!(Postponed && *Postponed)) { - mutt_error(_("Can not postpone. $postponed is unset")); + mutt_error(_("Cannot postpone. $postponed is unset")); return -1; }