Browse Source

Tweaking built-in validation messages.

Taylor Otwell 13 years ago
parent
commit
21f33bb46d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/lang/en/validation.php

+ 1 - 1
application/lang/en/validation.php

@@ -23,7 +23,7 @@ return array(
 	|--------------------------------------------------------------------------
 	*/
 
-	"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.",