diff options
Diffstat (limited to 'framework/I18N/TI18NControl.php')
-rw-r--r-- | framework/I18N/TI18NControl.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/I18N/TI18NControl.php b/framework/I18N/TI18NControl.php index 96fc8b62..73f44420 100644 --- a/framework/I18N/TI18NControl.php +++ b/framework/I18N/TI18NControl.php @@ -6,9 +6,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.I18N + * @package Prado\I18N */ +namespace Prado\I18N; /** * TI18NControl class. @@ -27,7 +28,7 @@ * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> * @version v1.0, last update on Sat Dec 11 15:25:11 EST 2004 - * @package System.I18N + * @package Prado\I18N */ class TI18NControl extends TControl { |