From 5c42c5d2e63157b274ce10bfb767663f02baaa14 Mon Sep 17 00:00:00 2001 From: Davide Bellini Date: Wed, 13 Feb 2013 12:28:56 +0100 Subject: [PATCH] Added "Not In" rule translation (fix issue #1701) --- app/lang/en/validation.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index a67a11488d1..86560b7096b 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -35,6 +35,7 @@ "exists" => "The selected :attribute is invalid.", "image" => "The :attribute must be an image.", "in" => "The selected :attribute is invalid.", + "not_in" => "The selected :attribute is invalid.", "integer" => "The :attribute must be an integer.", "ip" => "The :attribute must be a valid IP address.", "match" => "The :attribute format is invalid.", @@ -88,4 +89,4 @@ 'attributes' => array(), -); \ No newline at end of file +);