diff options
Diffstat (limited to 'langpacks/french/Untranslated/Variables.txt')
-rw-r--r-- | langpacks/french/Untranslated/Variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/french/Untranslated/Variables.txt b/langpacks/french/Untranslated/Variables.txt index 581965f432..4051b341df 100644 --- a/langpacks/french/Untranslated/Variables.txt +++ b/langpacks/french/Untranslated/Variables.txt @@ -34,7 +34,7 @@ [converts a 32-bit number (in host byte order) to IPv4 dotted notation]
[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))]
@@ -47,7 +47,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)]
[Mathematical Functions]
[x + y + ...]
|