messsage -> message
authorAlex Monk <krenair@gmail.com>
Tue, 11 Dec 2012 16:57:56 +0000 (16:57 +0000)
committerAlex Monk <krenair@gmail.com>
Tue, 11 Dec 2012 17:00:05 +0000 (17:00 +0000)
There were some other occurances in the Qqq messages, I have fixed those on translatewiki.

Change-Id: I2b1b34c9fe3cf24ed9086673c71c75486189fa78

includes/api/ApiQueryTags.php
resources/mediawiki.page/mediawiki.page.watch.ajax.js

index f97c1b2..de30d06 100644 (file)
@@ -162,7 +162,7 @@ class ApiQueryTags extends ApiQueryBase {
                        'prop' => array(
                                'Which properties to get',
                                ' name         - Adds name of tag',
-                               ' displayname  - Adds system messsage for the tag',
+                               ' displayname  - Adds system message for the tag',
                                ' description  - Adds description of the tag',
                                ' hitcount     - Adds the amount of revisions that have this tag',
                        ),
index 3957493..f945fa9 100644 (file)
                                                        title: cleanTitle
                                                }, cleanTitle
                                        );
-                                       msg = mw.messsage( 'watcherrortext', link );
+                                       msg = mw.message( 'watcherrortext', link );
 
                                        // Report to user about the error
                                        mw.notify( msg, { tag: 'watch-self' } );