From: Bartosz DziewoƄski Date: Wed, 8 Jun 2016 16:50:10 +0000 (+0200) Subject: mw.ForeignStructuredUpload: Fix confusing typo in a comment X-Git-Tag: 1.31.0-rc.0~6623^2~2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=5c3508ed139951789f1ddee87ca34bcfa3d9e717;p=lhc%2Fweb%2Fwiklou.git mw.ForeignStructuredUpload: Fix confusing typo in a comment Change-Id: I47694fa97bf82ca1532542d65ecae5826e1640b2 --- diff --git a/resources/src/mediawiki/mediawiki.ForeignStructuredUpload.js b/resources/src/mediawiki/mediawiki.ForeignStructuredUpload.js index c955729cde..b6248cfa21 100644 --- a/resources/src/mediawiki/mediawiki.ForeignStructuredUpload.js +++ b/resources/src/mediawiki/mediawiki.ForeignStructuredUpload.js @@ -136,7 +136,7 @@ */ ForeignStructuredUpload.prototype.getText = function () { return this.config.format.filepage - // Replace "numbered parameters" with the given information + // Replace "named parameters" with the given information .replace( '$DESCRIPTION', this.getDescriptions() ) .replace( '$DATE', this.getDate() ) .replace( '$SOURCE', this.getSource() )