Ver Fonte

[ZF-11919] DOCUMENTATION
Fix typo in Zend_Gdata_Calendar.xml (EN,JA)


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24568 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan há 14 anos atrás
pai
commit
19cac08ce7

+ 1 - 1
documentation/manual/en/module_specs/Zend_Gdata_Calendar.xml

@@ -730,7 +730,7 @@ $event->title = $service->newTitle("My Recurring Event");
 $event->where = array($service->newWhere("Palo Alto, California"));
 $event->content =
     $service->newContent(' This is my other awesome event, ' .
-                         ' occurring all-day every Tuesday from .
+                         ' occurring all-day every Tuesday from ' .
                          '2007-05-01 until 207-09-04. No RSVP required.');
 
 // Set the duration and frequency by specifying a recurrence pattern.

+ 1 - 1
documentation/manual/ja/module_specs/Zend_Gdata_Calendar.xml

@@ -685,7 +685,7 @@ $event->title = $service->newTitle("My Recurring Event");
 $event->where = array($service->newWhere("Palo Alto, California"));
 $event->content =
     $service->newContent(' This is my other awesome event, ' .
-                         ' occurring all-day every Tuesday from .
+                         ' occurring all-day every Tuesday from ' .
                          '2007-05-01 until 207-09-04. No RSVP required.');
 
 // 繰り返しパターンの期間と頻度を指定します