commit | 63df37de043a3581a328e63207ea1c809c0e74c2 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Mon May 09 21:14:37 2011 +0100 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Mon May 09 21:14:37 2011 +0100 |
tree | f78d27d1f83197bbde8291f64912946822bfa874 | |
parent | 3837ae79a34a04559cabb862abda504f47ef069d [diff] [blame] |
Removed accidental whitespace.
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index abc30bc..3418f29 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.";