Index: openacs-4/packages/contacts/lib/contact-relationships.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/contacts/lib/contact-relationships.tcl 21 Jul 2005 20:09:55 -0000 1.2 +++ openacs-4/packages/contacts/lib/contact-relationships.tcl 27 Jul 2005 13:23:01 -0000 1.3 @@ -33,6 +33,7 @@ set other_object_type "organization" } set relation_url [export_vars -base "/contacts/add/$other_object_type" -url {{group_ids $default_group} {object_id_two "$party_id"} rel_type}] + set role_singular [lang::util::localize $role_singular] multirow append rels $role_singular $relation_url $other_name $contact_url {} {} # NOT YET IMPLEMENTED - Checking to see if role_singular or role_plural is needed