From 64c277e14c36758628e1c61cad43412b98f7d95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sat, 18 Jun 2022 11:46:37 +0200 Subject: [PATCH] * Resource string needed in html actions form editor --- components/pas2js/components/strpas2jscomponents.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pas2js/components/strpas2jscomponents.pas b/components/pas2js/components/strpas2jscomponents.pas index 81d668d7ef..7c562bdc3b 100644 --- a/components/pas2js/components/strpas2jscomponents.pas +++ b/components/pas2js/components/strpas2jscomponents.pas @@ -8,6 +8,7 @@ Resourcestring rsActionListComponentEditor = 'HTM&L Element Actionlist Editor...'; rsActionListCreateMissing = 'Create &actions for HTML tags...'; rsErrNoHTMLFileNameForComponent = 'No HTML filename found for component %s'; + rsAllTagsHaveAction = 'All HTML tags with IDs already have a corresponding Action component.'; rsHTMLActionsCreated = '%d HTML Element Action components were created'; rsHTMLFragment = 'Pas2JS HTML Fragment Module'; rsHTMLFragmentDescr = 'A Pas2JS datamodule to load and show a HTML fragment in the browser.';