Index: oscommerce2/trunk/catalog/includes/languages/english.php
===================================================================
diff -u -r477 -r1743
--- oscommerce2/trunk/catalog/includes/languages/english.php (.../english.php) (revision 477)
+++ oscommerce2/trunk/catalog/includes/languages/english.php (.../english.php) (revision 1743)
@@ -1,11 +1,11 @@
Please check the date and try again.');
-define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'The credit card number entered is invalid.
Please check the number and try again.');
-define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s
If that number is correct, we do not accept that type of credit card.
If it is wrong, please try again.');
+define('TEXT_CCVAL_ERROR_INVALID_DATE', 'The expiry date entered for the credit card is invalid. Please check the date and try again.');
+define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'The credit card number entered is invalid. Please check the number and try again.');
+define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s. If that number is correct, we do not accept that type of credit card. If it is wrong, please try again.');
define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' ' . STORE_NAME . '
Powered by osCommerce');
?>