Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/52020
Change subject: Use ' instead of full-width for consistency ...................................................................... Use ' instead of full-width for consistency Spotted by Shirayuki in https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Donate_interface-cvv-explain/en_etc. (the period is part of the URL). Change-Id: Ie43a074294149be40e67d3d01cc0c445f92e7ba3 --- M gateway_common/interface.i18n.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface refs/changes/20/52020/1 diff --git a/gateway_common/interface.i18n.php b/gateway_common/interface.i18n.php index 56f8be8..b72e915 100644 --- a/gateway_common/interface.i18n.php +++ b/gateway_common/interface.i18n.php @@ -210,7 +210,7 @@ 'donate_interface-thankyou' => 'Thank you for your donation!', 'donate_interface-post-transaction' => 'Transaction details', 'donate_interface-cvv-explain' => '<h4>What is CVV?</h4> -<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> +<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> <h4>Visa, MasterCard</h4> <p>The 3-digit code is located on the back of your card, inside the signature area. Typically the signature panel will have a series of numbers, but only the last three digits make up the CVV code.</p> @@ -277,7 +277,7 @@ 'donate_interface-pay-by-credit-card' => 'Pay by credit card', 'donate_interface-which-card' => 'Which card would you like to use', 'donate_interface-choose-donation-method' => 'Choose donation method', - 'donate_interface-cardholders-name' => 'Cardholder’s name', + 'donate_interface-cardholders-name' => "Cardholder's name", 'donate_interface-name-on-card' => 'Name on card', 'donate_interface-type-of-card' => 'Type of card', 'donate_interface-cards-accepted' => 'Cards accepted', -- To view, visit https://gerrit.wikimedia.org/r/52020 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie43a074294149be40e67d3d01cc0c445f92e7ba3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/DonationInterface Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
