Index: openacs-4/packages/dotlrn/www/one-community-type.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-type.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/dotlrn/www/one-community-type.tcl 23 Oct 2002 12:38:39 -0000 1.21 +++ openacs-4/packages/dotlrn/www/one-community-type.tcl 6 Oct 2003 14:18:39 -0000 1.22 @@ -51,6 +51,8 @@ # Load some community type info db_1row select_community_type_info {} +set description [lang::util::localize $description] + if {[string equal ${community_type} dotlrn_class_instance] != 0} { set community_type_title [parameter::get -localize -parameter classes_pretty_plural] set communities_title [parameter::get -localize -parameter class_instances_pretty_name] @@ -62,7 +64,7 @@ } elseif {[string equal ${ancestor_type} dotlrn_class_instance] != 0} { set community_type_title [parameter::get -localize -parameter classes_pretty_plural] set communities_title [parameter::get -localize -parameter class_instances_pretty_name] - set title $pretty_name + set title [lang::util::localize $pretty_name] } else { set community_type_title "[_ dotlrn.Community_Types]" set communities_title "[_ dotlrn.Communities]"