Index: public/javascripts/calendar/lang/calendar-he.js =================================================================== --- public/javascripts/calendar/lang/calendar-he.js (revision 1477) +++ public/javascripts/calendar/lang/calendar-he.js (working copy) @@ -113,7 +113,7 @@ // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. -Calendar._TT["WEEKEND"] = "6,7"; +Calendar._TT["WEEKEND"] = "5,6"; Calendar._TT["CLOSE"] = "סגור"; Calendar._TT["TODAY"] = "היום";