Browse Source

missing a from attribute

Dayle Rees 12 years ago
parent
commit
97761f08f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/language/pl/validation.php

+ 1 - 1
application/language/pl/validation.php

@@ -27,7 +27,7 @@ return array(
 	"array"          => "The :attribute must have selected elements.",
 	"before"         => ":attribute musi zawierać datę, która jest przed :date.",
 	"between"        => array(
-		"numeric" => ":ttribute musi mieścić się w granicach :min - :max.",
+		"numeric" => ":attribute musi mieścić się w granicach :min - :max.",
 		"file"    => ":attribute musi mieć :min - :max kilobajtów.",
 		"string"  => ":attribute musi mieć :min - :max znaków.",
 	),