From 208b3a23c242fa9d91454ca141e47a0913f91ee5 Mon Sep 17 00:00:00 2001 From: nkovacs Date: Thu, 5 Feb 2015 15:24:17 +0100 Subject: [PATCH] Fix missing end of string --- framework/messages/hu/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/hu/yii.php b/framework/messages/hu/yii.php index 342d2f87ea..d19039365a 100644 --- a/framework/messages/hu/yii.php +++ b/framework/messages/hu/yii.php @@ -81,7 +81,7 @@ return array ( '{attribute} must be no greater than {max}.' => '{attribute} nem lehet nagyobb, mint {max}.', '{attribute} must be no less than {min}.' => '{attribute} nem lehet kisebb, mint {min}.', '{attribute} must be repeated exactly.' => 'Ismételje meg pontosan a(z) {attribute} mezőbe írtakat.', - '{attribute} must not be equal to "{compareValue}".' => '{attribute} nem lehet egyenlő ezzel: "{compareValue}', + '{attribute} must not be equal to "{compareValue}".' => '{attribute} nem lehet egyenlő ezzel: "{compareValue}".', '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} minimum {min, number} karakter kell, hogy legyen.', '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} maximum {max, number} karakter lehet.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} pontosan {length, number} kell, hogy legyen.',