Raimond Spekking has uploaded a new change for review. https://gerrit.wikimedia.org/r/49782
Change subject: Fix typo: Paypal -> PayPal ...................................................................... Fix typo: Paypal -> PayPal Spotted by Siebrand https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Paypal_gateway-desc/en Change-Id: I3f0522d8f4ece7fe72242d3694dbafcf2c3cfc5c --- M paypal_gateway/paypal_gateway.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface refs/changes/82/49782/1 diff --git a/paypal_gateway/paypal_gateway.i18n.php b/paypal_gateway/paypal_gateway.i18n.php index fe69770..e83c545 100644 --- a/paypal_gateway/paypal_gateway.i18n.php +++ b/paypal_gateway/paypal_gateway.i18n.php @@ -11,7 +11,7 @@ /** English */ $messages['en'] = array( 'paypalgateway' => 'Make your donation now', - 'paypal_gateway-desc' => 'Paypal payment processing', + 'paypal_gateway-desc' => 'PayPal payment processing', ); /** Message documentation (Message documentation) -- To view, visit https://gerrit.wikimedia.org/r/49782 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3f0522d8f4ece7fe72242d3694dbafcf2c3cfc5c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/DonationInterface Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
