Author: dr
Date: Thu Nov 29 09:41:39 2007
New Revision: 6883

Log:
- Fixed bug #12112: ezcTranslation's constructor is wrongly documented.

Modified:
    trunk/Translation/ChangeLog
    trunk/Translation/src/translation.php

Modified: trunk/Translation/ChangeLog
==============================================================================
--- trunk/Translation/ChangeLog [iso-8859-1] (original)
+++ trunk/Translation/ChangeLog [iso-8859-1] Thu Nov 29 09:41:39 2007
@@ -1,3 +1,9 @@
+1.1.6 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed bug #12112: ezcTranslation's constructor is wrongly documented.
+
+
 1.1.5 - Wednesday 28 November 2007
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Translation/src/translation.php
==============================================================================
--- trunk/Translation/src/translation.php [iso-8859-1] (original)
+++ trunk/Translation/src/translation.php [iso-8859-1] Thu Nov 29 09:41:39 2007
@@ -34,10 +34,11 @@
     /**
      * Constructs the ezcTranslation object.
      *
-     * The constructor receives an array containing the map between the
-     * original string and the translation.
+     * The constructor receives an array containing the translation elements,
+     * and builds up an internal map between the original string and the
+     * accompanying translation data.
      *
-     * @param array(string=>ezcTranslationData) $data
+     * @param array(ezcTranslationData) $data
      */
     function __construct( array $data )
     {


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to