diff options
Diffstat (limited to 'langpacks/serbian/Untranslated/Variables.txt')
-rw-r--r-- | langpacks/serbian/Untranslated/Variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/serbian/Untranslated/Variables.txt b/langpacks/serbian/Untranslated/Variables.txt index d12ec344cd..1fefb946ac 100644 --- a/langpacks/serbian/Untranslated/Variables.txt +++ b/langpacks/serbian/Untranslated/Variables.txt @@ -39,7 +39,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))]
@@ -52,7 +52,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 + ...]
|