From 1929cadcb851049d935ba03b03ea16f98a61a078 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 21 Mar 2012 22:32:40 -0500 Subject: [PATCH] Cleaning up validation language file. --- application/language/en/validation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/language/en/validation.php b/application/language/en/validation.php index 0a3c85d6..aade5eda 100644 --- a/application/language/en/validation.php +++ b/application/language/en/validation.php @@ -20,9 +20,11 @@ "accepted" => "The :attribute must be accepted.", "active_url" => "The :attribute is not a valid URL.", + "after" => "The :attribute must be a date after :date.", "alpha" => "The :attribute may only contain letters.", "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", "alpha_num" => "The :attribute may only contain letters and numbers.", + "before" => "The :attribute must be a date before :date.", "between" => array( "numeric" => "The :attribute must be between :min - :max.", "file" => "The :attribute must be between :min - :max kilobytes.", @@ -59,8 +61,6 @@ ), "unique" => "The :attribute has already been taken.", "url" => "The :attribute format is invalid.", - "before" => "The :attribute field must contain a date before :date.", - "after" => "The :attribute field must contain a date after :date.", /* |--------------------------------------------------------------------------