rasmus Tue May 28 19:24:41 2002 EDT
Modified files:
/phpdoc/en/reference/gettext reference.xml
Log:
Minor fixes
Index: phpdoc/en/reference/gettext/reference.xml
diff -u phpdoc/en/reference/gettext/reference.xml:1.3
phpdoc/en/reference/gettext/reference.xml:1.4
--- phpdoc/en/reference/gettext/reference.xml:1.3 Mon May 6 06:53:56 2002
+++ phpdoc/en/reference/gettext/reference.xml Tue May 28 19:24:41 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.gettext">
<title>Gettext</title>
<titleabbrev>gettext</titleabbrev>
@@ -8,9 +8,9 @@
<section id="gettext.intro">
&reftitle.intro;
<simpara>
- The gettext functions implement a NLS (Native Language Support)
+ The gettext functions implement an NLS (Native Language Support)
API which can be used to internationalize your PHP applications.
- Please see the gettext documentation from your system for a thorough
+ Please see the gettext documentation for your system for a thorough
explanation of these functions or view the docs at
<ulink url="&url.gettext.docs;">&url.gettext.docs;</ulink>.
</simpara>
@@ -19,7 +19,7 @@
<section id="gettext.requirenments">
&reftitle.required;
<para>
- To use this functions you must download and install the GNU gettext
+ To use these functions you must download and install the GNU gettext
package from <ulink url="&url.gettext;">&url.gettext;</ulink>
</para>
</section>