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.18 -r1.18.2.1 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 27 Feb 2004 15:48:45 -0000 1.18 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Mar 2004 16:09:54 -0000 1.18.2.1 @@ -398,7 +398,7 @@ -spec $format_spec \ -ulevel 2] } - set filter_spec [list label "Formats" values $filter_values has_default_p 1] + set filter_spec [list label [_ acs-templating.Formats] values $filter_values has_default_p 1] template::list::filter::create \ -list_name $name \ @@ -2362,9 +2362,7 @@ template::list::filter::create \ -list_name $list_name \ -filter_name $list_properties(orderby_name) \ - -spec { - label "Sort order" - } \ + -spec [list label [_ acs-templating.Sort_order]] \ -ulevel 2 }