Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.216.2.8 -r1.216.2.9 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 3 Sep 2020 09:16:42 -0000 1.216.2.8 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 1 Oct 2020 15:59:38 -0000 1.216.2.9 @@ -2023,7 +2023,7 @@ ad_proc -private portal::get_layout_region_count { {-layout_id:required} } { - Get the number of regions (aka columns) this layout supports + Get the number of regions (a.k.a. columns) this layout supports } { return [util_memoize "portal::get_layout_region_count_not_cached -layout_id $layout_id"] }