Changed localization message for min/max. Fixes #273

This commit is contained in:
Max Lynch
2012-04-19 09:04:14 -05:00
committed by Jörn Zaefferer
parent a436634fe8
commit dfbf95b825

View File

@@ -15,7 +15,7 @@ jQuery.extend(jQuery.validator.messages, {
digits: "Syötä pelkästään numeroita.",
equalTo: "Syötä sama arvo uudestaan.",
range: jQuery.validator.format("Syötä arvo {0} ja {1} väliltä."),
max: jQuery.validator.format("Syötä arvo joka on yhtä suuri tai suurempi kuin {0}."),
min: jQuery.validator.format("Syötä arvo joka on pienempi tai yhtä suuri kuin {0}."),
max: jQuery.validator.format("Syötä arvo joka on pienempi tai yhtä suuri kuin {0}."),
min: jQuery.validator.format("Syötä arvo joka on yhtä suuri tai suurempi kuin {0}."),
creditcard: "Syötä voimassa oleva luottokorttinumero."
});