From c24c49f2875165d25e1af89b932f259c61875a09 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 13 Jan 2014 11:57:18 +0400 Subject: [PATCH] Fixed typo in Russian messages --- framework/messages/ru/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/ru/yii.php b/framework/messages/ru/yii.php index a89b7eeb7a..574e0f8a63 100644 --- a/framework/messages/ru/yii.php +++ b/framework/messages/ru/yii.php @@ -72,7 +72,7 @@ return array ( '{attribute} must be less than "{compareValue}".' => 'Значение «{attribute}» должно быть меньше значения «{compareValue}».', '{attribute} must be less than or equal to "{compareValue}".' => 'Значение «{attribute}» должно быть меньше или равно значения «{compareValue}».', '{attribute} must be no greater than {max}.' => 'Значение «{attribute}» не должно превышать {max}.', - '{attribute} must be no less than {min}.' => 'Значение «{attribute}» должно быль больше {min}.', + '{attribute} must be no less than {min}.' => 'Значение «{attribute}» должно быть больше {min}.', '{attribute} must be repeated exactly.' => 'Значение «{attribute}» должно быть повторено в точности.', '{attribute} must not be equal to "{compareValue}".' => 'Значение «{attribute}» не должно быть равно «{compareValue}».', '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать минимум {min, number} {min, plural, one{символ} few{символа} many{символов} other{символа}}.',