Index: openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl,v diff -u -r1.11.6.1 -r1.11.6.2 --- openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 25 Aug 2004 15:50:58 -0000 1.11.6.1 +++ openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 15 Feb 2005 20:01:57 -0000 1.11.6.2 @@ -90,10 +90,9 @@ } } - set subject "You have been added to the \"$community_name\" community at [ad_parameter -package_id [ad_acs_kernel_id] SystemURL]" - set message "To visit the community's home page, point your browser at [ad_parameter -package_id [ad_acs_kernel_id] SystemURL], -log in, and click on the \"$community_name\" link in the \"Groups\" portlet. -" + set package [ad_parameter -package_id [ad_acs_kernel_id] SystemURL] + set subject [_ dotlrn.added_community_subject] + set message [_ dotlrn.added_community_message] spam::send \ -recepients $users \