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); }