From 0c2389ccb31cc888eb1dcb5f129e255a2a0574df Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Mar 2013 15:43:38 -0500 Subject: [PATCH] Fix language lines. --- app/lang/en/validation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index e25756cd..af644061 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -38,9 +38,9 @@ "integer" => "The :attribute must be an integer.", "ip" => "The :attribute must be a valid IP address.", "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.", "min" => array(