From c472aec2db62401d215a7be78c25a8b0cb13e3cf Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Tue, 26 Apr 2022 10:00:51 +0200 Subject: [PATCH] Dev Small text fix --- application/core/plugins/FunctionStatic/FunctionStatic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/plugins/FunctionStatic/FunctionStatic.php b/application/core/plugins/FunctionStatic/FunctionStatic.php index 10157f44a3c..96a1bee636f 100644 --- a/application/core/plugins/FunctionStatic/FunctionStatic.php +++ b/application/core/plugins/FunctionStatic/FunctionStatic.php @@ -74,7 +74,7 @@ public function getPluginSettings($getValues = true) /* Just for langiuage po automatic system , core plugin. Translation from core*/ $lang = array( "The function is used to return a static value of any expression." => gT("The function is used to return a static value of any expression."), - "Simple usage to get the value of current response before any update : %s" => gT("Simple usage to get the value of current response before any update : %s") + "Simple usage to get the value of current response before any update: %s" => gT("Simple usage to get the value of current response before any update: %s") ); return parent::getPluginSettings($getValues); }