Parcourir la source

[DOCUMENTATION] English: remove specific quotes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18824 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael il y a 16 ans
Parent
commit
74da7ab6eb

+ 2 - 2
documentation/manual/en/module_specs/Zend_Pdf-InteractiveFeatures.xml

@@ -885,7 +885,7 @@ printf("Actions in a tree: %d\n", $actionsCount++); // Prints 'Actions in a tree
             A PDF document may optionally display a document outline on the screen, allowing
             A PDF document may optionally display a document outline on the screen, allowing
             the user to navigate interactively from one part of the document to another.
             the user to navigate interactively from one part of the document to another.
             The outline consists of a tree-structured hierarchy of outline items (sometimes
             The outline consists of a tree-structured hierarchy of outline items (sometimes
-            called bookmarks), which serve as a visual table of contents to display the documents
+            called bookmarks), which serve as a visual table of contents to display the document's
             structure to the user. The user can interactively open and close individual
             structure to the user. The user can interactively open and close individual
             items by clicking them with the mouse. When an item is open, its immediate children
             items by clicking them with the mouse. When an item is open, its immediate children
             in the hierarchy become visible on the screen; each child may in turn be
             in the hierarchy become visible on the screen; each child may in turn be
@@ -1189,7 +1189,7 @@ $pdf->save($path, true);
 
 
         <para>
         <para>
             Text annotation property is a text to be displayed for the annotation or, if this
             Text annotation property is a text to be displayed for the annotation or, if this
-            type of annotation does not display text, an alternate description of the annotations
+            type of annotation does not display text, an alternate description of the annotation's
             contents in human-readable form.
             contents in human-readable form.
         </para>
         </para>