From c152b797d667d0f668abc59b14529c4f979844dc Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 5 Oct 2017 13:33:12 +0300 Subject: langpacks/english: update --- langpacks/english/Plugins/Variables.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langpacks/english/Plugins/Variables.txt') diff --git a/langpacks/english/Plugins/Variables.txt b/langpacks/english/Plugins/Variables.txt index ca7d603d84..ce82e69052 100644 --- a/langpacks/english/Plugins/Variables.txt +++ b/langpacks/english/Plugins/Variables.txt @@ -57,7 +57,7 @@ ;file \plugins\Variables\src\parse_logic.cpp [Logical Expressions] [performs logical AND (x && y && ...)] -[Boolean FALSE] +[boolean FALSE] [performs w, then shows z and performs y while x is TRUE] [shows y if x is TRUE, otherwise it shows z] [shows x if x is TRUE, otherwise it shows y (if(x,x,y))] @@ -70,7 +70,7 @@ [TRUE if x is longer than y] [performs logical NOT (!x)] [performs logical OR (x || y || ...)] -[Boolean TRUE] +[boolean TRUE] [performs logical XOR (x ^ y)] ;file \plugins\Variables\src\parse_math.cpp [Mathematical Functions] -- cgit v1.2.3