Index: openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml,v diff -u -r1.58 -r1.59 --- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 20 Feb 2006 14:15:58 -0000 1.58 +++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 8 Mar 2006 18:04:08 -0000 1.59 @@ -107,6 +107,7 @@ 1. Please review your order list for accuracy. 2. Complete this information. A full credit card expiration date (month and year) is required + A place is now available. A space has opened up in %community_name%. A space has opened up in %community_name%. Please register via the website or call to get registered via phone. Added to waiting list for %community_name% @@ -277,6 +278,7 @@ Paid By Paid Via: Participant + participant Participants Payment Information Payment Method Index: openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl,v diff -u -r1.71 -r1.72 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 24 Feb 2006 18:32:24 -0000 1.71 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 8 Mar 2006 18:04:08 -0000 1.72 @@ -327,7 +327,7 @@
@course_list.instructor_names;noquote@

[_ dotlrn-ecommerce.lt_There_is_no_fee_for_t]@course_list.prices;noquote@
-
@course_list.attendees;noquote@ participants +
@course_list.attendees;noquote@ [_ dotlrn-ecommerce.participant]s ,
@course_list.available_slots;noquote@ available

[_ dotlrn-ecommerce.lt_This_section_is_curre] @@ -436,7 +436,7 @@ [_ dotlrn-ecommerce.lt_Your_application_was_]

- A place is now available.

+ [_ dotlrn-ecommerce.lt_A_place_is_now_availa]

@@ -613,9 +613,9 @@ } if { [llength $instructor_names] == 1 } { - set instructor_names "Instructor: [join $instructor_names ", "]" + set instructor_names "[_ dotlrn-ecommerce.Instructor]:[join $instructor_names ", "]" } elseif { [llength $instructor_names] > 1 } { - set instructor_names "Instructors: [join $instructor_names ", "]" + set instructor_names "[_ dotlrn-ecommerce.Instructors]: [join $instructor_names ", "]" } else { set instructor_names "" }