Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | } else { |
70 | 70 | if ( !$this->adapter->isCache() ) { |
71 | 71 | // if we're not caching, there's a token mismatch |
72 | | - $this->errors['general']['token-mismatch'] = wfMsg( $gateway_id . '_gateway-token-mismatch' ); |
| 72 | + $this->errors['general']['token-mismatch'] = wfMsg( 'donate_interface-token-mismatch' ); |
73 | 73 | } |
74 | 74 | $this->displayForm( $this->errors ); |
75 | 75 | } |
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway |
___________________________________________________________________ |
Modified: svn:mergeinfo |
76 | 76 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway:r101180 |
Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.body.php |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | } else { |
141 | 141 | if ( !$this->adapter->isCache() ) { |
142 | 142 | // if we're not caching, there's a token mismatch |
143 | | - $this->errors['general']['token-mismatch'] = wfMsg( $gateway_id . '_gateway-token-mismatch' ); |
| 143 | + $this->errors['general']['token-mismatch'] = wfMsg( 'donate_interface-token-mismatch' ); |
144 | 144 | } |
145 | 145 | $this->displayForm( $this->errors ); |
146 | 146 | } |
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface |
___________________________________________________________________ |
Modified: svn:mergeinfo |
147 | 147 | Merged /trunk/extensions/DonationInterface:r101180 |