Changeset 1483 for trunk/system/i18n/en_US/validation.php
- Timestamp:
- 12/10/2007 10:47:17 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/validation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/validation.php
r1164 r1483 15 15 'in_array' => 'The %s field must be selected from the options listed.', 16 16 'matches' => 'The %s field must match the %s field.', 17 'valid_url' => 'The %s field must contain a valid URL , starting with %s://.',17 'valid_url' => 'The %s field must contain a valid URL.', 18 18 'valid_email' => 'The %s field must contain a valid email address.', 19 19 'valid_ip' => 'The %s field must contain a valid IP address.',
