diff options
author | Eric Roberts <eric@cryode.com> | 2012-12-13 09:49:58 +0100 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-12-13 09:49:58 +0100 |
commit | d6a1902297e336276e85d7f06f3bc58c012bc915 (patch) | |
tree | 08c3c677f89d3ad3e4d61404e153a82ebc16cb8b /user_guide_src | |
parent | 7728e74f4a51576e988602ba2fa4133c2fed7df2 (diff) |
Remove slash!
Signed-off-by: Eric Roberts <eric@cryode.com>
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index a5348b2a2..f48e1402d 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -466,7 +466,7 @@ Setting Error Messages ====================== All of the native error messages are located in the following language -file: /system/language/english/form_validation_lang.php +file: system/language/english/form_validation_lang.php To set your own custom message you can either edit that file, or use the following function:: |