Index: trunk/extensions/DonationInterface/gateway_common/GatewayForm.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | ( ( float ) $this->convert_to_usd( $data['currency'], $data['amount'] ) < ( float ) $priceFloor || |
199 | 199 | ( float ) $this->convert_to_usd( $data['currency'], $data['amount'] ) > ( float ) $priceCeiling ) ) { |
200 | 200 | |
201 | | - $error['invalidamount'] = wfMsg( 'donate_interface-error-msg', wfMsg( 'donate_interface-error-msg-invalid-amount' ) ); |
| 201 | + $error['invalidamount'] = wfMsg( 'donate_interface-error-msg-invalid-amount' ); |
202 | 202 | |
203 | 203 | $this->setValidateFormResult( false ); |
204 | 204 | } |