From 21f33bb46d1d90b6b1521749a5a274f1dc6b472a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 30 Jun 2011 09:41:58 -0700 Subject: [PATCH] Tweaking built-in validation messages. --- application/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/lang/en/validation.php b/application/lang/en/validation.php index 67d22c34..fa09a0be 100644 --- a/application/lang/en/validation.php +++ b/application/lang/en/validation.php @@ -23,7 +23,7 @@ |-------------------------------------------------------------------------- */ - "number_not_valid" => "The :attribute must be a valid number.", + "number_not_valid" => "The :attribute must be a number.", "number_not_integer" => "The :attribute must be an integer.", "number_wrong_size" => "The :attribute must be :size.", "number_too_big" => "The :attribute must be no more than :max.",