Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.16 -r1.7.2.17 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 16 Jan 2020 13:45:09 -0000 1.7.2.16 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 17 Jan 2020 12:46:27 -0000 1.7.2.17 @@ -1328,7 +1328,7 @@ set minutes [:question_property $form_obj minutes] set title "" if {$number ne ""} { - append title "[_ xowf.question] $number:" + append title "#xowf.question# $number:" } if {$with_title} { append title " $form_title" @@ -1440,7 +1440,7 @@ } :public object method current_question_title {{-with_numbers:switch false} obj:object} { if {$with_numbers} { - return "[_ xowf.question] [:current_question_number $obj]" + return "#xowf.question# [:current_question_number $obj]" } }