From 63fe2a8fec16ee186c781dfcbc3bc4563c1f8d99 Mon Sep 17 00:00:00 2001 From: "mikep%oeone.com" Date: Wed, 7 Jun 2006 02:08:01 +0000 Subject: [PATCH] Fixing bug 167653, datepicker should show the proper start date. git-svn-id: svn://10.0.0.236/trunk@199221 18797224-902f-48f8-a5cc-f745e15eee43 --- .../locales/en-US/chrome/calendar/dateFormat.properties | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mozilla/calendar/locales/en-US/chrome/calendar/dateFormat.properties b/mozilla/calendar/locales/en-US/chrome/calendar/dateFormat.properties index a407a688130..14273d4dfd4 100644 --- a/mozilla/calendar/locales/en-US/chrome/calendar/dateFormat.properties +++ b/mozilla/calendar/locales/en-US/chrome/calendar/dateFormat.properties @@ -79,5 +79,14 @@ day.5.Mmm=Thu day.6.Mmm=Fri day.7.Mmm=Sat +# Can someone tell me why were not counting from zero? +day.1.short=S +day.2.short=M +day.3.short=T +day.4.short=W +day.5.short=T +day.6.short=F +day.7.short=S + am-string=AM pm-string=PM