Index: openacs-4/packages/acs-templating/tcl/wizard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/wizard-procs.tcl,v diff -u -r1.21.2.2 -r1.21.2.3 --- openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 1 Feb 2021 10:54:23 -0000 1.21.2.2 +++ openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 4 Feb 2021 11:48:01 -0000 1.21.2.3 @@ -103,7 +103,7 @@ set columns [list label rownum id link url] - # lets add the visited step param + # let's add the visited step param lappend opts(params) wizard_visitedstep${wizard_name} # add steps specified at the time the wizard is created @@ -257,7 +257,7 @@ upvar #$level wizard:current_url current_url - # lets see if this step exists, if not we are finished with wizard and pass the steps + # let's see if this step exists, if not we are finished with wizard and pass the steps if {[info exists step(url)]} { set current_url $step(url) } else { @@ -267,7 +267,7 @@ template::forward $wizard_finish_url } else { - # lets set the current wizard name to the parent wizard + # let's set the current wizard name to the parent wizard set parent_wizard [lindex $wizards 0] set wizard_name $parent_wizard @@ -314,8 +314,8 @@ get_reference - # lets create the visited steps for the current - # lets see if the current step is greater what we have visited + # let's create the visited steps for the current + # let's see if the current step is greater what we have visited # otherwise we keep the current value set last_visitedstep [get_param wizard_visitedstep${wizard_name}] set current_step [current_step]