summaryrefslogtreecommitdiff
path: root/langpacks/english/Plugins/Variables.txt
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-10-05 13:33:12 +0300
committerdartraiden <wowemuh@gmail.com>2017-10-05 13:33:12 +0300
commitc152b797d667d0f668abc59b14529c4f979844dc (patch)
tree9fceb7c32886333ccc77a3db93c82499d5d1d350 /langpacks/english/Plugins/Variables.txt
parent85ba986deb37d35b61db65b15e99d93e7ecddd7d (diff)
langpacks/english: update
Diffstat (limited to 'langpacks/english/Plugins/Variables.txt')
-rw-r--r--langpacks/english/Plugins/Variables.txt4
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]