From 0c321f25adf6d6271c1d9973a1d149b037f9b452 Mon Sep 17 00:00:00 2001 From: Max Paperno Date: Thu, 23 Feb 2023 04:36:43 -0500 Subject: [PATCH] [WASimUI] Rename form group "Calculator Event" to "Evaluate Calculator Code". --- src/WASimUI/WASimUI.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WASimUI/WASimUI.ui b/src/WASimUI/WASimUI.ui index c18c021..b4eb07b 100644 --- a/src/WASimUI/WASimUI.ui +++ b/src/WASimUI/WASimUI.ui @@ -1335,7 +1335,7 @@ Submitted requests will appear in the "Data Requests" window. Double-c <p>Calculator code which returns a result can be copied to Data Requests and turned into a recurring query. Code which performs some kind of action can be turned into a Registered Event which can later be triggered by name or ID. In either of these cases, the code will be pre-compiled into a more efficient format on the server so that subsequent evaluation will be more efficient.</p> - Calculator Event + Evaluate Calculator Code