From e845ebb3a3504aae7ec7ab1834423b73e724a3a4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 Dec 2022 08:15:48 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/dialogs/template_dialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/dialogs/template_dialog.ui b/src/calibre/gui2/dialogs/template_dialog.ui index e384531ad4..6e1d5731c2 100644 --- a/src/calibre/gui2/dialogs/template_dialog.ui +++ b/src/calibre/gui2/dialogs/template_dialog.ui @@ -345,9 +345,9 @@ you the value as well as all the local variables</p> <p>The text of the template program goes in this box. A General Program Mode template must begin with the word "program:". - A python template must begin with the word "python:" followed by a + A Python template must begin with the word "python:" followed by a function definition line. There is a context menu item you can use - to enter the first lines of a python template.</p> + to enter the first lines of a Python template.</p>