2
0
Prechádzať zdrojové kódy

[ZF-5706]from "option fourth" to "optional fifth"

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16102 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 rokov pred
rodič
commit
4fef0c5794

+ 2 - 2
documentation/manual/de/module_specs/Zend_Dojo-View-Helpers.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 15851 -->
+<!-- EN-Revision: 16101 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.dojo.view.dijit">
     <title>Dijit-Spezifische View Helfer</title>
@@ -875,7 +875,7 @@ echo $view->passwordTextBox(
                 </para>
 
                 <para>
-                    RadioButton akzeptiert ein optionales viertes Argument, <code>$options</code>,
+                    RadioButton akzeptiert ein optionales fünftes Argument, <code>$options</code>,
                     ein assoziatives Array von Werte/Label Paaren das als Radiooptionen verwendet
                     wird. Diese können auch als <code>$attribs</code> Schlüssel
                     <code>Optionen</code> angegeben werden.