Index: openacs-4/packages/lorsm/www/shared/add-shared-course.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/shared/Attic/add-shared-course.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/shared/add-shared-course.tcl 27 Oct 2004 07:46:54 -0000 1.2 +++ openacs-4/packages/lorsm/www/shared/add-shared-course.tcl 3 Dec 2004 17:52:54 -0000 1.3 @@ -31,7 +31,7 @@ # check if the course is actually shared if {[db_string isshared {select isshared from ims_cp_manifests where man_id = :man_id}] == "f"} { # if it ain't complain and quit - ad_complain "The course you are trying to add to your class is not shared." + ad_complain "[_ lorsm.lt_The_course_you_are_tr]" } @@ -45,10 +45,10 @@ } -set title "Add Course Confirmation" +set title "[_ lorsm.lt_Add_Course_Confirmati]" set course_name [lorsm::get_course_name -manifest_id $man_id] -set context [list [list [export_vars -base .] "Shared Courses"] [list [export_vars -base course-info {man_id}] "Preview Course: $course_name"] "Confirmation"] +set context [list [list [export_vars -base .] "[_ lorsm.Shared_Courses]"] [list [export_vars -base course-info {man_id}] "[_ lorsm.lt_Preview_Course_course]"] "[_ lorsm.Confirmation]"] set return_url [site_node::get_url_from_object_id -object_id $package_id]