﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
405	wrong message of error in enclosing columns	imendez	danirus	"Hi, when two sets can't be merged by their columns, the error message in spanish 
is wrong:

Set s1 = [[ [[ 1, 2 ]],
            [[ 3, 4 ]] ]];
Set s2 = [[ [[ 1, 2 ]],
            [[ 3, 4 ]],
            [[ 5, 6 ]] ]];
Set concat = s1|s2;

//After compiling...

ERROR: [2634] No se puede adjuntar comunas de s1 y s2

It should say ""columnas"" instead of ""comunas"".

Regards."	defect	closed	lowest		Various	head	trivial	fixed		
