diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml
index fd0dfb8243..e02381383e 100644
--- a/reference/strings/functions/echo.xml
+++ b/reference/strings/functions/echo.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.echo">
    <refnamediv>
@@ -89,9 +89,10 @@ I have <?=$foo?> foo.
      </para>
     </note>
     <simpara>
-     For a short discussion about the differences of <function>print</function>
-     and <function>echo</function>, see this FAQTs Knowledge Base Article:
-     <ulink url="&url.echo-print;">&url.echo-print;</ulink>
+     For a short discussion about the differences between 
+     <function>print</function> and <function>echo</function>, see this FAQTs
+     Knowledge Base Article: <ulink url="&url.echo-print;">&url.echo-print;
+     </ulink>
     </simpara>
     <simpara>
      See also
diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml
index f0ad4c56aa..b134e17109 100644
--- a/reference/strings/functions/print.xml
+++ b/reference/strings/functions/print.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.print">
    <refnamediv>
@@ -60,9 +60,10 @@ END;
       </programlisting>
      </example>
     <simpara>
-     For a short discussion about the differences of <function>print</function>
-     and <function>echo</function>, see this FAQTs Knowledge Base Article:
-     <ulink url="&url.echo-print;">&url.echo-print;</ulink>
+     For a short discussion about the differences between 
+     <function>print</function> and <function>echo</function>, see this FAQTs
+     Knowledge Base Article: <ulink url="&url.echo-print;">&url.echo-print;
+     </ulink>
     </simpara>
     <simpara>
      See also <function>echo</function>, <function>printf</function>,