diff --git a/framework/validators/CStringValidator.php b/framework/validators/CStringValidator.php index 0eff7a4a9..8711132d9 100644 --- a/framework/validators/CStringValidator.php +++ b/framework/validators/CStringValidator.php @@ -33,11 +33,11 @@ class CStringValidator extends CValidator */ public $is; /** - * @var string user-defined error message used when the value is too long. + * @var string user-defined error message used when the value is too short. */ public $tooShort; /** - * @var string user-defined error message used when the value is too short. + * @var string user-defined error message used when the value is too longt. */ public $tooLong; /**