close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#405 closed defect (fixed)

wrong message of error in enclosing columns

Reported by: imendez Owned by: danirus
Priority: lowest Milestone:
Component: Various Version: head
Severity: trivial Keywords:
Cc:

Description

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.

Change History (3)

comment:1 Changed 19 years ago by danirus

Status: newassigned

comment:2 Changed 19 years ago by danirus

Resolution: fixed
Status: assignedclosed

Thanks for your submission Iván.

comment:3 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.