From 1487f8c96493cac4aa8fb440fb829e20231a6053 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 22 Jan 2008 19:46:36 +0000 Subject: added a language key for the integer validation rule --- system/language/english/validation_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language/english/validation_lang.php') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 1ca67c0fb..1e9ec2c1b 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -12,6 +12,7 @@ $lang['alpha'] = "The %s field may only contain alphabetical characters."; $lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters."; $lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes."; $lang['numeric'] = "The %s field must contain a number."; +$lang['integer'] = "The %s field must contain an integer."; $lang['matches'] = "The %s field does not match the %s field."; ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b