From 909413916c52fe37772e9056e5dc8edab546a842 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 25 Feb 2012 22:32:12 -0600 Subject: [PATCH] cleaning up code. Signed-off-by: Taylor Otwell --- laravel/validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/validator.php b/laravel/validator.php index 0c84e8e1..4c8cfcd4 100644 --- a/laravel/validator.php +++ b/laravel/validator.php @@ -877,7 +877,7 @@ protected function attribute($attribute) // More reader friendly versions of the attribute names may be stored // in the validation language file, allowing a more readable version - // of the attribute name to be used in the message. + // of the attribute name in the message. $line = "{$bundle}validation.attributes.{$attribute}"; $display = Lang::line($line)->get($this->language);