From 0920a8ba42c86e872e9ee9f3c77013a794f8efb1 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Wed, 6 Aug 2008 20:06:22 +0000 Subject: [PATCH] Fixing comment of Language::tsToHebrew: Month 1 is Tishrei. --- languages/Language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 1b56f24b48..5d228e6429 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -912,8 +912,8 @@ class Language { * to translate the relevant functions into PHP and release them under * GNU GPL. * - * The months are counted from Nissan = 1. In a leap year, Adar I is 13 - * and Adar II is 14. In a non-leap year, Adar is 6. + * The months are counted from Tishrei = 1. In a leap year, Adar I is 13 + * and Adar II is 14. In a non-leap year, Adar is 6. */ private static function tsToHebrew( $ts ) { # Parse date -- 2.20.1