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.12 -r1.13 --- openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 13 Jan 2005 13:57:22 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 24 Feb 2005 13:33:07 -0000 1.13 @@ -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 \