--- trunk/lib/WebPAC/Validate.pm 2007/05/25 19:47:43 841 +++ trunk/lib/WebPAC/Validate.pm 2007/05/25 19:49:39 843 @@ -194,7 +194,7 @@ if ( my $v = $self->{_validate_delimiters_templates} ) { if ( ! defined( $v->{$f}->{$template} ) ) { - $errors->{$f}->{invalid_delimiters_combination} = $template; + $errors->{$f}->{potentially_invalid_combination} = $template; $errors->{$f}->{dump} = $subfield_dump; #} else { # warn "## $f $template ok\n";