Show
Ignore:
Timestamp:
02/06/2008 08:47:24 AM (11 months ago)
Author:
Shadowhand
Message:

Fixing a tiny grammatical error in the validation.php i18n file.

Translators!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/en_US/validation.php

    r1921 r1956  
    1111        'required'      => 'The %s field is required.', 
    1212        'min_length'    => 'The %s field must be at least %d characters long.', 
    13         'max_length'    => 'The %s field must be %d characters or less.', 
     13        'max_length'    => 'The %s field must be %d characters or fewer.', 
    1414        'exact_length'  => 'The %s field must be exactly %d characters.', 
    1515        'in_array'      => 'The %s field must be selected from the options listed.',