summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/language/english/validation_lang.php1
1 files changed, 1 insertions, 0 deletions
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