Mwalker has submitted this change and it was merged. Change subject: Use ' instead of curved one for consistency ......................................................................
Use ' instead of curved one 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, 3 insertions(+), 3 deletions(-) Approvals: Mwalker: Verified; Looks good to me, approved jenkins-bot: Checked diff --git a/gateway_common/interface.i18n.php b/gateway_common/interface.i18n.php index 56f8be8..f2677ba 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', @@ -371,7 +371,7 @@ // Real time bank transfer (rtbt) 'donate_interface-rtbt-issuer_id' => 'Choose a Bank', 'donate_interface-rtbt-issuer_id-longlist' => 'Other banks', - 'donate_interface-sofortbanking' => 'Sofortbanking is a direct, real time Bank Transfer via DIRECTebanking.com that allows you to directly trigger a bank transfer during your online donation with your online banking information. If your bank account is not enabled with online capabilities you may want to use the “Donate by manual bank transfer” option on the main donation page.', + 'donate_interface-sofortbanking' => 'Sofortbanking is a direct, real time Bank Transfer via DIRECTebanking.com that allows you to directly trigger a bank transfer during your online donation with your online banking information. If your bank account is not enabled with online capabilities you may want to use the "Donate by manual bank transfer" option on the main donation page.', // Direct debit (dd) 'donate_interface-dd-account_name' => 'Account name', -- To view, visit https://gerrit.wikimedia.org/r/52020 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie43a074294149be40e67d3d01cc0c445f92e7ba3 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/DonationInterface Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Katie Horn <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
