Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.239.2.29 -r1.239.2.30 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 11 Feb 2015 12:31:40 -0000 1.239.2.29 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Mar 2015 15:57:25 -0000 1.239.2.30 @@ -952,7 +952,7 @@ set disabled [expr {[my exists disabled] && [my disabled] != "false"}] if {$value ne "" && !$disabled && ![my sticky] } { - ::html::input -type button -value clear \ + ::html::input -type button -value [_ xowiki.clear] \ -onClick "document.getElementById('$id').value = ''; document.getElementById('__a$id').style.display = 'none';" } } @@ -2441,7 +2441,7 @@ } ::html::div -class workarea { - ::html::h3 { ::html::t "Selection"} + ::html::h3 { ::html::t "#xowiki.Selection#"} set values "" foreach v [my value] { append values $v \n @@ -2457,7 +2457,7 @@ } } ::html::div -class workarea { - ::html::h3 { ::html::t "Candidates"} + ::html::h3 { ::html::t "#xowiki.Candidates#"} ::html::ul -id [my id]_candidates -class region { #my msg [my options] foreach o [my options] {