From: Frédéric Marchal Date: Mon, 16 Jul 2012 10:33:01 +0000 (+0200) Subject: Fix the translators comment X-Git-Tag: v2.3.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf80155e19dd4a35658dbd114fcf3768f7c1dfa4;p=thirdparty%2Fsarg.git Fix the translators comment A stray * was in the comment due to the formatting of the comment in the source code. --- 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)