r79291 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79290‎ | r79291 | r79292 >
Date:20:55, 30 December 2010
Author:kaldari
Status:deferred
Tags:
Comment:
new message
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php
@@ -22,7 +22,7 @@
2323 $form .= Xml::openElement( 'td', array( 'id' => 'appeal', 'valign' => 'top' ) );
2424
2525 $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' ) );
2727 $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/Wikipedia-ten-tshirt-back.jpg", 'width' => '300', 'height' => '300' ) ) . "<br/>";
2828 $form .= Xml::openElement( 'div', array( 'id' => 'premium-values' ) );
2929 $form .= Xml::openElement( 'div', array( 'id' => 'premium-size' ) );
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php
@@ -213,6 +213,7 @@
214214 'payflowpro_gateway-thank-you' => 'Thank you! Your donation has been received.',
215215 'payflowpro_gateway-wikipedia-translation' => 'Please note: "Wikipedia" on the shirt sleeve will be the "Wikipedia 10" graphic, which is not translated.',
216216 '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:',
217218
218219 // For more USA states, see payflowpro_gateway.us-states.i18n.php.
219220 'payflowpro_gateway-state-dropdown-YY' => 'Select a state',

Status & tagging log