r108198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108197‎ | r108198 | r108199 >
Date:08:20, 6 January 2012
Author:raymond
Status:ok
Tags:
Comment:
Make spelling of MasterCard consistent.
Spotted by EugeneZelenko https://translatewiki.net/wiki/Thread:Support/MediaWiki:Donate_interface-card-name-mc/en
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/interface.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php
@@ -160,7 +160,7 @@
161161 'donate_interface-donor-currency-msg' => 'This donation is being made in $1',
162162 'donate_interface-card-name-amex' => 'American Express',
163163 'donate_interface-card-name-visa' => 'Visa',
164 - 'donate_interface-card-name-mc' => 'Mastercard',
 164+ 'donate_interface-card-name-mc' => 'MasterCard',
165165 'donate_interface-card-name-discover' => 'Discover',
166166 // The key names for the error messages should mostly match up with the donate_interface-donor keys above. (There are a few exceptions for backwards compat.)
167167 'donate_interface-error-msg-general' => 'There was an error processing your request.',
@@ -200,7 +200,7 @@
201201 'donate_interface-post-transaction' => 'Transaction details',
202202 'donate_interface-cvv-explain' => '<h4>What is CVV?</h4>
203203 <p>Cardholder Verification Value (CVV): These three or four digit numbers help ensure that the physical card is in the cardholder’s possession. This helps to prevent unauthorized or fraudulent use.</p>
204 -<h4>Visa, Mastercard</h4>
 204+<h4>Visa, MasterCard</h4>
205205 <p>The 3-digit code is located on the back of your card, inside the signature area.
206206 Typically the signature panel will have a series of numbers, but only the last three digits make up the CVV code.</p>
207207 <h4>American Express</h4>

Status & tagging log