Raimond Spekking has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334865 )
Change subject: Fix typo: urls -> URLs ...................................................................... Fix typo: urls -> URLs Per https://en.wikipedia.org/wiki/Uniform_Resource_Locator Follow up to https://gerrit.wikimedia.org/r/#/c/332044/4/i18n/en.json Change-Id: I1de6afa6346cda39c3182bd4b7162d4ba1c36823 --- M i18n/en.json 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Push refs/changes/65/334865/1 diff --git a/i18n/en.json b/i18n/en.json index f507507..7a3b37d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -84,10 +84,10 @@ "push-api-err-nofilesupport": "The local MediaWiki does not have support for posting files.\nOn public wikis, set $egPushDirectFileUploads to false.\nOn private wikis, apply the patch linked from the Push documentation or update MediaWiki itself.", "apihelp-push-description": "Pushes the content of one ore more pages to one or more target wikis.", "apihelp-push-param-page": "The names of the page to push.", - "apihelp-push-param-targets": "The urls of the wikis to push to.", + "apihelp-push-param-targets": "The URLs of the wikis to push to.", "apihelp-push-example": "Push page 'Main page' to the English Wikipedia.", "apihelp-pushimages-description": "Pushes the content of one ore more pages to one or more target wikis.", "apihelp-pushimages-param-images": "The names of the images to push.", - "apihelp-pushimages-param-targets": "The urls of the wikis to push to.", + "apihelp-pushimages-param-targets": "The URLs of the wikis to push to.", "apihelp-pushimages-example": "Push file 'Foo.bar' to the English Wikipedia." } -- To view, visit https://gerrit.wikimedia.org/r/334865 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1de6afa6346cda39c3182bd4b7162d4ba1c36823 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Push Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
