Przeglądaj źródła

[DOCUMENTATION] English: fix errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22974 44c647ce-9c0f-0410-b52a-842ac1e357ba
intiilapa 15 lat temu
rodzic
commit
8e8f204269

+ 2 - 2
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Translate.xml

@@ -47,7 +47,7 @@
             <para>
                 <emphasis><property>registry</property></emphasis> : the custom key to store the
                 <classname>Zend_Translate</classname> instance in the registry. By default, the 
-                key is Zend_Translate.
+                key is <property>Zend_Translate</property>.
             </para>
         </listitem>
 
@@ -56,7 +56,7 @@
                 <emphasis><property>cache</property></emphasis> : the name of the cache template 
                 or an instance of <classname>Zend_Cache_Core</classname> to use as cache for 
                 <classname>Zend_Translate_Adapter</classname>. The goal is to accelerate the 
-                loading specialy for the XML based files.
+                loading specialy for the <acronym>XML</acronym> based files.
             </para>
         </listitem>
     </itemizedlist>