]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Fix the translators comment
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 16 Jul 2012 10:33:01 +0000 (12:33 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 16 Jul 2012 10:33:01 +0000 (12:33 +0200)
A stray * was in the comment due to the formatting of the comment in the
source code.

email.c

diff --git a/email.c b/email.c
index e8b02866ff9db40d4738b99e66af539b3bbf2cc7..7a274bc5d8b74931bc12dd24afe45e0dd7bb5827 100644 (file)
--- 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)