Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 17 May 2003 09:44:35 -0000 1.38 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 22 Sep 2003 19:44:28 -0000 1.39 @@ -152,8 +152,8 @@ -start_hour {0} -end_hour {23} -show_nav 1 - -prev_nav_template {\"back} - -next_nav_template {\"forward} + -prev_nav_template {\"[_} + -next_nav_template {\"[_} -master_bgcolor "black" -header_bgcolor "black" -header_text_color "white" @@ -250,7 +250,7 @@ set next_hour "" set start_time "" set odd_row_p 0 - set display_hour "All day" + set display_hour "[_ acs-datetime.All_day]" append return_html "[subst $hour_template]" append return_html "" @@ -418,7 +418,8 @@ } if {[empty_string_p $start_date] && ![empty_string_p $end_date]} { - set title "Items until [util_AnsiDatetoPrettyDate $end_date]" + set $pretty_end_date [lc_time_fmt $end_date "%x"] + set title "[_ acs-datetime.Items_until]" } if {![empty_string_p $start_date] && [empty_string_p $end_date]} {