From ba5a28023ef6fc1835e38fb78c47386ef1bb6882 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 20 Jan 2011 13:08:58 -0500 Subject: [PATCH] Update comment about work days Signed-off-by: David Zeuthen --- js/ui/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/calendar.js b/js/ui/calendar.js index 16c0961e7..aea20defe 100644 --- a/js/ui/calendar.js +++ b/js/ui/calendar.js @@ -22,7 +22,7 @@ function _sameDay(dateA, dateB) { } /* TODO: maybe needs config - right now we assume that Saturday and - * Sunday are work days (not true in e.g. Israel, it's Sunday and + * Sunday are non-work days (not true in e.g. Israel, it's Sunday and * Monday there) */ function _isWorkDay(date) {