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 -r1.7.2.175 -r1.7.2.176 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 17 Nov 2021 14:41:33 -0000 1.7.2.175 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 19 Nov 2021 09:15:20 -0000 1.7.2.176 @@ -4537,7 +4537,9 @@ -wrapper_CSSclass "pagination" set flag_state [expr {$current_position in $flagged ? "delete" : "set"}] - ${container}::flag label "#xowf.flag_$flag_state#" + ${container}::flag configure \ + -label "#xowf.flag_${flag_state}#" \ + -title "#xowf.flag_${flag_state}_title#" lappend actions nextQuestion }