Ignore:
Timestamp:
Oct 14, 2007 7:19:17 AM (17 years ago)
Author:
quinn
Message:

Added length arg to *Signature functions; added App::setQuery() method; FormValidator? msg rewording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r279 r282  
    521521            return true;
    522522        } else {
    523             $this->addError($form_name, sprintf(_("<em>%s</em> is not a valid credit card number."), $cc_num));
     523            $this->addError($form_name, sprintf(_("The credit card number you entered is not valid. Please check the number and try again."), $cc_num));
    524524            return false;
    525525        }
Note: See TracChangeset for help on using the changeset viewer.