Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 10 Oct 2002 07:57:27 -0000 1.17 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 23 Oct 2002 12:38:38 -0000 1.18 @@ -65,9 +65,9 @@ lappend first_args [list [get_url] dotLRN] if {[string equal ${community_type} "dotlrn_class_instance"] != 0} { - lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [parameter::get -parameter classes_pretty_plural]] + lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [parameter::get -localize -parameter classes_pretty_plural]] } elseif {[string equal ${community_type} "dotlrn_club"] != 0} { - lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [parameter::get -parameter clubs_pretty_plural]] + lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [parameter::get -localize -parameter clubs_pretty_plural]] } elseif {[string equal ${community_type} "dotlrn_community"] != 0} { } else { lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [dotlrn_community::get_community_type_name $community_type]] @@ -203,3 +203,4 @@ } } +