mw.ForeignStructuredUpload: Fix confusing typo in a comment
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 8 Jun 2016 16:50:10 +0000 (18:50 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 8 Jun 2016 17:06:52 +0000 (19:06 +0200)
Change-Id: I47694fa97bf82ca1532542d65ecae5826e1640b2

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() )