From cf80155e19dd4a35658dbd114fcf3768f7c1dfa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 16 Jul 2012 12:33:01 +0200 Subject: [PATCH] Fix the translators comment A stray * was in the comment due to the formatting of the comment in the source code. --- email.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email.c b/email.c index e8b0286..7a274bc 100644 --- a/email.c +++ b/email.c @@ -274,7 +274,7 @@ int geramail(const char *dirname, int debug, const char *outdir, const char *ema fputs(warea,stdout); } else { /* TRANSLATORS: The string is formatted using strftime. You can use - * any string formatting marker allowed by strftime. */ + any string formatting marker allowed by strftime. */ strftime(Subject,sizeof(Subject),_("SARG report, %c"),local); snprintf(warea,sizeof(warea),"%s -s \"%s\" \"%s\" <\"%s\"",MailUtility,Subject,email,top3); if (debug) -- 2.47.2