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.65 -r1.7.2.66 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 6 Jun 2020 16:30:11 -0000 1.7.2.65 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 8 Jun 2020 19:35:40 -0000 1.7.2.66 @@ -2156,8 +2156,8 @@ if {$audio_alarm} { # # Audio alarm handling is more tricky than expected, since - # modern browsers do not allow to create without a "user - # gesture" an active sound context (requires e.g. a click to + # modern browsers do not allow one to create an active sound + # context without a "user gesture" (requires e.g. a click to # start). # # The code tries to remember the audio state between different