Merge "mw.ForeignStructuredUpload: Fix confusing typo in a comment"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 8 Jun 2016 21:57:50 +0000 (21:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 8 Jun 2016 21:57:50 +0000 (21:57 +0000)
resources/src/mediawiki/mediawiki.ForeignStructuredUpload.js

index c955729..b6248cf 100644 (file)
         */
        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() )