summaryrefslogtreecommitdiff
path: root/framework/I18N/core/Gettext/TGettext.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/Gettext/TGettext.php')
-rw-r--r--framework/I18N/core/Gettext/TGettext.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php
index 2c5f91c7..860a9208 100644
--- a/framework/I18N/core/Gettext/TGettext.php
+++ b/framework/I18N/core/Gettext/TGettext.php
@@ -13,9 +13,11 @@
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
+namespace Prado\I18N\core\Gettext;
+
// +----------------------------------------------------------------------+
// | PEAR :: File :: Gettext |
// +----------------------------------------------------------------------+
@@ -54,7 +56,7 @@
* @author Michael Wallner <mike@php.net>
* @version $Revision: 1.4 $
* @access public
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
class TGettext
{