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.59 -r1.60 --- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 8 Mar 2006 18:04:08 -0000 1.59 +++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 10 Mar 2006 13:26:20 -0000 1.60 @@ -32,6 +32,7 @@ <msg key="as_widget_help">The drop down displays existing applications. If you need to create a new application use this <a href="/assessment/asm-admin">link</a> then return to this form.</msg> <msg key="assistant_instructor">Assistant Instructors</msg> <msg key="Assistant_Instuctors">Assistant Instuctors</msg> + <msg key="available">available</msg> <msg key="awaiting_approval">(awaiting approval)</msg> <msg key="Back_to">Back to</msg> <msg key="Balance">Balance</msg> 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.72 -r1.73 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 8 Mar 2006 18:04:08 -0000 1.72 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 10 Mar 2006 13:26:20 -0000 1.73 @@ -328,7 +328,7 @@ <if @course_list.prices@ not nil><br /><if @allow_free_registration_p@ and @course_list.price@ lt 0.01>[_ dotlrn-ecommerce.lt_There_is_no_fee_for_t]</if><else>@course_list.prices;noquote@</else></if> <if @course_list.show_participants_p@ eq "t"> <br />@course_list.attendees;noquote@ [_ dotlrn-ecommerce.participant]<if @course_list.attendees@ gt 1>s</if> - <if @course_list.available_slots@ not nil and @course_list.available_slots@ gt 0>,<br />@course_list.available_slots;noquote@ available</if> + <if @course_list.available_slots@ not nil and @course_list.available_slots@ gt 0>,<br />@course_list.available_slots;noquote@ [_ dotlrn-ecommerce.available]</if> <if @course_list.available_slots@ le 0> <br />[_ dotlrn-ecommerce.lt_This_section_is_curre] </if>