Преглед изворни кода

[DOCUMENTATION] English: manual fix

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19691 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael пре 16 година
родитељ
комит
37a8ae3954
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Config_Writer.xml

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

@@ -36,7 +36,7 @@
     </itemizedlist>
 
     <para>
-        The Ini writer has two modes for rendering with regard to sections.
+        The <acronym>INI</acronym> writer has two modes for rendering with regard to sections.
         By default the top-level configuration is always written into section names.
         By calling <command>$writer->setRenderWithoutSections();</command> all options are written
         into the global namespace of the <acronym>INI</acronym> file and no sections are applied.