diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-05-09 22:14:37 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-05-09 22:14:37 +0200 |
commit | 63df37de043a3581a328e63207ea1c809c0e74c2 (patch) | |
tree | f78d27d1f83197bbde8291f64912946822bfa874 /system/language | |
parent | 3837ae79a34a04559cabb862abda504f47ef069d (diff) |
Removed accidental whitespace.
Diffstat (limited to 'system/language')
-rw-r--r-- | system/language/english/form_validation_lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index abc30bcf3..3418f29ab 100644 --- a/system/language/english/form_validation_lang.php +++ b/system/language/english/form_validation_lang.php @@ -1,4 +1,4 @@ - <?php +<?php $lang['required'] = "The %s field is required."; $lang['isset'] = "The %s field must have a value."; |