Index: openacs-4/packages/dotlrn/www/community-member.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-member.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/community-member.tcl 9 Aug 2002 18:39:26 -0000 1.9 +++ openacs-4/packages/dotlrn/www/community-member.tcl 23 Oct 2002 12:38:39 -0000 1.10 @@ -60,7 +60,7 @@ } if {![db_0or1row user_information $user_info_sql]} { - ad_return_error "No user found" "There is no community member with the user_id of $user_id" + ad_return_error "[_ dotlrn.No_user_found]" [_ [ad_conn locale] dotlrn.no_community_member_with_id "" [list user_id $user_id]] ad_script_abort } @@ -115,9 +115,10 @@ set folder_id [dotlrn_fs::get_user_shared_folder -user_id $user_id] -set context_bar [ad_context_bar_ws_or_index "Community member"] +set context_bar [ad_context_bar_ws_or_index "[_ dotlrn.Community_member]"] set system_name [ad_system_name] set pretty_creation_date [util_AnsiDatetoPrettyDate $creation_date] set login_export_vars "return_url=[ns_urlencode [acs_community_member_url -user_id $user_id]]" ad_return_template +