diff options
author | Eric Roberts <eric@cryode.com> | 2012-12-12 14:12:41 +0100 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-12-12 14:12:41 +0100 |
commit | 7728e74f4a51576e988602ba2fa4133c2fed7df2 (patch) | |
tree | 107d25b6bdc397e70d14bcc75a5bcd7fc391f2be | |
parent | 24a13f513f8352339647bf34b77d1eecae9d3b6e (diff) |
Find/replace oopsie.
Signed-off-by: Eric Roberts <eric@cryode.com>
-rw-r--r-- | system/language/english/form_validation_lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index 47c6bbd76..e22b3562c 100644 --- a/system/language/english/form_validation_lang.php +++ b/system/language/english/form_validation_lang.php @@ -42,8 +42,8 @@ $lang['numeric'] = 'The {field} field must contain only numbers.'; $lang['is_numeric'] = 'The {field} field must contain only numeric characters.'; $lang['integer'] = 'The {field} field must contain an integer.'; $lang['regex_match'] = 'The {field} field is not in the correct format.'; -$lang['matches'] = 'The {field} field does not match The {field} field.'; -$lang['differs'] = 'The {field} field must differ from The {field} field.'; +$lang['matches'] = 'The {field} field does not match the {param} field.'; +$lang['differs'] = 'The {field} field must differ from the {param} field.'; $lang['is_unique'] = 'The {field} field must contain a unique value.'; $lang['is_natural'] = 'The {field} field must only contain digits.'; $lang['is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.'; |