From: Alex Monk Date: Tue, 11 Dec 2012 16:57:56 +0000 (+0000) Subject: messsage -> message X-Git-Tag: 1.31.0-rc.0~21328^2 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=d7dc6cc2d06e6f7518225174415949764a6c0781;p=lhc%2Fweb%2Fwiklou.git messsage -> message There were some other occurances in the Qqq messages, I have fixed those on translatewiki. Change-Id: I2b1b34c9fe3cf24ed9086673c71c75486189fa78 --- 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' } );