From 6e6c37e2be0acff5fa90f146fa77cb9ad0855710 Mon Sep 17 00:00:00 2001 From: ethem Date: Sat, 13 May 2006 08:53:34 +0000 Subject: [PATCH] Language direction is important. Changed as: AVS Result: $a merged from 16_stable. --- enrol/authorize/action.php | 4 ++-- lang/en_utf8/enrol_authorize.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/enrol/authorize/action.php b/enrol/authorize/action.php index 80d8b525d4..9bc0bffdc5 100644 --- a/enrol/authorize/action.php +++ b/enrol/authorize/action.php @@ -1,7 +1,7 @@ an_avs)) { $avs = "avs" . strtolower($response[5]); $stravs = get_string($avs, "enrol_authorize"); - $message .= "
" . get_string("avsresult", "enrol_authorize") . $stravs; + $message .= "
" . get_string("avsresult", "enrol_authorize", $stravs); } return false; } diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index df78fff20e..a3eb50354d 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -49,7 +49,7 @@ $string['avsg'] = 'Non-U.S. Card Issuing Bank'; $string['avsn'] = 'No match on address (street) nor postal code'; $string['avsp'] = 'Address Verification System not applicable'; $string['avsr'] = 'Retry - System unavailable or timed out'; -$string['avsresult'] = 'AVS Result:'; +$string['avsresult'] = 'AVS Result: $a'; $string['avss'] = 'Service not supported by issuer'; $string['avsu'] = 'Address information is unavailable'; $string['avsw'] = '9 digit postal code matches, address (street) does not'; -- 2.39.5