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.167 -r1.7.2.168 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 31 Oct 2021 19:55:38 -0000 1.7.2.167 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 2 Nov 2021 13:46:55 -0000 1.7.2.168 @@ -4580,7 +4580,7 @@ # set minutes [:question_property $form_obj minutes] if {$minutes ne ""} { - set pretty_label [expr {$minutes eq "1" ? [_ xowiki.minute] : [_ xowiki.minutes]}] + set pretty_label [expr {$minutes eq "1" ? [_ xowf.Minute] : [_ xowf.Minutes]}] set minutes "($minutes $pretty_label)" } }