From: Brendan Cully Date: Sat, 7 Apr 2007 20:10:11 +0000 (-0700) Subject: Mark error message for translation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=343cc95c7a08c6ea52ac0c5329c52d614deb3a9e;p=neomutt Mark error message for translation --- diff --git a/smtp.c b/smtp.c index 2aaac358b..35a1dc827 100644 --- a/smtp.c +++ b/smtp.c @@ -150,7 +150,7 @@ smtp_data (CONNECTION * conn, const char *msgfile) fp = fopen (msgfile, "r"); if (!fp) { - mutt_error ("SMTP session failed: unable to open %s", msgfile); + mutt_error (_("SMTP session failed: unable to open %s"), msgfile); return -1; } stat (msgfile, &st);