From 516bd2758f82108318863e41c95ba38a38929a91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sun, 13 Jul 2014 12:42:14 +0200 Subject: [PATCH] it's no really "sprintf" in the template system. --- doc/TemplateSyntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index ab4cc37d..2c6d8a02 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -7,7 +7,7 @@ A template is constructed from a charstream. Everything that is not in " will translate "This is free Text." into the users language, (escaped) and output it. - - Translate the last string. Output $var1,...,$varn sprintf-ed into the translated string. + Translate the last string. Output $var1,...,$varn replaced into the %s positions in the translated string. - Output/execute the text until "" only if $variable is boolean and true. -- 2.39.2