Index: openacs-4/packages/contacts/www/relationship-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/relationship-add.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/contacts/www/relationship-add.tcl 6 Jul 2005 23:40:25 -0000 1.5 +++ openacs-4/packages/contacts/www/relationship-add.tcl 4 Dec 2005 22:11:02 -0000 1.6 @@ -47,7 +47,7 @@ if { $contact_type_two == "user" } { set contact_type_two "person" } -set secondary_role_pretty [db_string get_secondary_role_pretty {}] +set secondary_role_pretty [lang::util::localize [db_string get_secondary_role_pretty {}]] if { ![exists_and_not_null rel_type] } { set options_list [db_list_of_lists get_rel_types {}] set options_length [llength $options_list]