Commit:    a15459b2916b3ebbbe574f616529b31c2d9fbfe4
Author:    Stanislav Malyshev <s...@php.net>         Tue, 7 Aug 2012 01:17:17 
-0700
Parents:   0826d393703fa20aea2321d19a74532f52fe7117
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a15459b2916b3ebbbe574f616529b31c2d9fbfe4

Log:
text fixes from emosenkis

Changed paths:
  M  ext/calendar/jewish.c
  M  ext/calendar/tests/cal_info.phpt
  M  ext/calendar/tests/jdmonthname.phpt


Diff:
diff --git a/ext/calendar/jewish.c b/ext/calendar/jewish.c
index a5849a7..9e5b0be 100644
--- a/ext/calendar/jewish.c
+++ b/ext/calendar/jewish.c
@@ -306,8 +306,8 @@ char *JewishMonthNameLeap[14] =
        "Kislev",
        "Tevet",
        "Shevat",
-       "AdarI",
-       "AdarII",
+       "Adar I",
+       "Adar II",
        "Nisan",
        "Iyyar",
        "Sivan",
@@ -344,8 +344,8 @@ char *JewishMonthHebNameLeap[14] =
        "����",
        "���",
        "���",
-       "'��� �",
-       "'��� �",
+       "��� �'",
+       "��� �'",
        "����",
        "����",
        "����",
diff --git a/ext/calendar/tests/cal_info.phpt b/ext/calendar/tests/cal_info.phpt
index 2e3e612..7edb4ce 100644
--- a/ext/calendar/tests/cal_info.phpt
+++ b/ext/calendar/tests/cal_info.phpt
@@ -100,8 +100,8 @@ Array
                     [3] => Kislev
                     [4] => Tevet
                     [5] => Shevat
-                    [6] => AdarI
-                    [7] => AdarII
+                    [6] => Adar I
+                    [7] => Adar II
                     [8] => Nisan
                     [9] => Iyyar
                     [10] => Sivan
@@ -117,8 +117,8 @@ Array
                     [3] => Kislev
                     [4] => Tevet
                     [5] => Shevat
-                    [6] => AdarI
-                    [7] => AdarII
+                    [6] => Adar I
+                    [7] => Adar II
                     [8] => Nisan
                     [9] => Iyyar
                     [10] => Sivan
diff --git a/ext/calendar/tests/jdmonthname.phpt 
b/ext/calendar/tests/jdmonthname.phpt
index 207d320..07ed116 100644
--- a/ext/calendar/tests/jdmonthname.phpt
+++ b/ext/calendar/tests/jdmonthname.phpt
@@ -75,8 +75,8 @@ December
 --- mode 4 ---
 Tevet
 Shevat
-AdarI
-AdarII
+Adar I
+Adar II
 Nisan
 Iyyar
 Sivan


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to