diff --git a/framework/YiiBase.php b/framework/YiiBase.php index 10a423d527..f0c3966613 100644 --- a/framework/YiiBase.php +++ b/framework/YiiBase.php @@ -557,6 +557,7 @@ public static function powered() * an appropriate message translation. * Starting from version 1.1.6 you can pass parameter for {@link CChoiceFormat::format} * or plural forms format without wrapping it with array. + * This parameter is then available as {n} in the message translation string. * @param string $source which message source application component to use. * Defaults to null, meaning using 'coreMessages' for messages belonging to * the 'yii' category and using 'messages' for the rest messages.