Browse Source

Fix language lines.

Taylor Otwell 11 years ago
parent
commit
0c2389ccb3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/lang/en/validation.php

+ 3 - 3
app/lang/en/validation.php

@@ -38,9 +38,9 @@ return array(
 	"integer"         => "The :attribute must be an integer.",
 	"integer"         => "The :attribute must be an integer.",
 	"ip"              => "The :attribute must be a valid IP address.",
 	"ip"              => "The :attribute must be a valid IP address.",
 	"max"             => array(
 	"max"             => array(
-		"numeric"     => "The :attribute must be less than :max.",
-		"file"        => "The :attribute must be less than :max kilobytes.",
-		"string"      => "The :attribute must be less than :max characters.",
+		"numeric"     => "The :attribute may not be greater than :max.",
+		"file"        => "The :attribute may not be greater than :max kilobytes.",
+		"string"      => "The :attribute may not be greater than :max characters.",
 	),
 	),
 	"mimes"           => "The :attribute must be a file of type: :values.",
 	"mimes"           => "The :attribute must be a file of type: :values.",
 	"min"             => array(
 	"min"             => array(