Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 15 Oct 2003 12:35:51 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 16 Oct 2003 13:33:49 -0000 1.8 @@ -270,7 +270,7 @@ } # Set default for no_data - set no_data [ad_decode $no_data "" "No $row_pretty_plural." $no_data] + set no_data [ad_decode $no_data "" [_ acs-templating.No_row_pretty_plural] $no_data] # Set ulevel to the level of the page, so we can access it later set list_properties(ulevel) "\#[expr [info level] - $ulevel]"