From d7dc6cc2d06e6f7518225174415949764a6c0781 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Tue, 11 Dec 2012 16:57:56 +0000 Subject: [PATCH] messsage -> message There were some other occurances in the Qqq messages, I have fixed those on translatewiki. Change-Id: I2b1b34c9fe3cf24ed9086673c71c75486189fa78 --- includes/api/ApiQueryTags.php | 2 +- resources/mediawiki.page/mediawiki.page.watch.ajax.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index f97c1b2ae8..de30d06f4b 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -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', ), diff --git a/resources/mediawiki.page/mediawiki.page.watch.ajax.js b/resources/mediawiki.page/mediawiki.page.watch.ajax.js index 39574939ff..f945fa9d81 100644 --- a/resources/mediawiki.page/mediawiki.page.watch.ajax.js +++ b/resources/mediawiki.page/mediawiki.page.watch.ajax.js @@ -165,7 +165,7 @@ 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' } ); -- 2.20.1