From f9aa200d72de1b63f3dc1cce0c477111640ee34d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 May 2023 18:11:42 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/preferences/template_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/template_functions.py b/src/calibre/gui2/preferences/template_functions.py index a373b64b53..294e6747f9 100644 --- a/src/calibre/gui2/preferences/template_functions.py +++ b/src/calibre/gui2/preferences/template_functions.py @@ -88,7 +88,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form): in template processing. You use a stored template in another template as if it were a template function, for example 'some_name(arg1, arg2...)'.

-

Stored templates must use either General Program Mode -- they must +

Stored templates must use General Program Mode -- they must either begin with the text '{0}' or be {1}. You retrieve arguments passed to a GPM stored template using the '{2}()' template function, as in '{2}(var1, var2, ...)'. The passed arguments are copied to the named