Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | $form .= Xml::openElement( 'td', array( 'id' => 'appeal', 'valign' => 'top' ) ); |
24 | 24 | |
25 | 25 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-confirmation' ) ); |
26 | | - $form .= Xml::tags( 'div', array( 'id' => 'premium-header' ), "Your t-shirt will be shipped in the size and language below:" ); |
| 26 | + $form .= Xml::tags( 'div', array( 'id' => 'premium-header' ), wfMsg( 'payflowpro_gateway-tshirt-confirmation' ) ); |
27 | 27 | $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/Wikipedia-ten-tshirt-back.jpg", 'width' => '300', 'height' => '300' ) ) . "<br/>"; |
28 | 28 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-values' ) ); |
29 | 29 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-size' ) ); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -213,6 +213,7 @@ |
214 | 214 | 'payflowpro_gateway-thank-you' => 'Thank you! Your donation has been received.', |
215 | 215 | 'payflowpro_gateway-wikipedia-translation' => 'Please note: "Wikipedia" on the shirt sleeve will be the "Wikipedia 10" graphic, which is not translated.', |
216 | 216 | 'payflowpro_gateway-on-the-back' => 'With this on the back:', |
| 217 | + 'payflowpro_gateway-tshirt-confirmation' => 'Your t-shirt will be shipped in the size and language below:', |
217 | 218 | |
218 | 219 | // For more USA states, see payflowpro_gateway.us-states.i18n.php. |
219 | 220 | 'payflowpro_gateway-state-dropdown-YY' => 'Select a state', |