Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Not an Issue
-
Affects Version/s: 1.9.6
-
Fix Version/s: 1.10.0
-
Component/s: None
-
Labels:None
-
Language:English
Description
In the english documentation in Zend_Translate-Using.xml there is missing the class tag around Zend_Translate in the second paragraph after the example in line 31.
is (lines 30ff):
<para>
The next step is to integrate Zend Translate into your existing code.
Of course it is much easier if you had already written your code with
translation in mind, than changing your code afterwards.
</para>
should be:
<para>
The next step is to integrate <classname>Zend Translate</classname> into your existing code.
Of course it is much easier if you had already written your code with
translation in mind, than changing your code afterwards.
</para>
Please don't fill an issue for each single manual typo.
We have a tool where all this failures are given and we fix them one after the other.