diff options
Diffstat (limited to 'langpacks/english/Plugins/Variables.txt')
-rw-r--r-- | langpacks/english/Plugins/Variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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]
|