Skip to content

Commit

Permalink
Dev Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 26, 2022
1 parent 8313de4 commit c472aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/plugins/FunctionStatic/FunctionStatic.php
Expand Up @@ -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);
}
Expand Down

0 comments on commit c472aec

Please sign in to comment.