From 054e517fb36a876ac658e612a7bd74b21363da06 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 25 Oct 2017 01:25:14 +0300 Subject: langpacks/update --- langpacks/spanish/Untranslated/Variables.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langpacks/spanish/Untranslated/Variables.txt') diff --git a/langpacks/spanish/Untranslated/Variables.txt b/langpacks/spanish/Untranslated/Variables.txt index f13c5878e6..49feb54697 100644 --- a/langpacks/spanish/Untranslated/Variables.txt +++ b/langpacks/spanish/Untranslated/Variables.txt @@ -35,7 +35,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))] @@ -48,7 +48,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 + ...] -- cgit v1.2.3