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.210 -r1.211 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 12 Jul 2018 09:03:47 -0000 1.210 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 24 Jul 2018 15:49:04 -0000 1.211 @@ -2020,7 +2020,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"] }