From: Alexandre Emsenhuber Date: Thu, 27 Mar 2014 19:46:52 +0000 (+0100) Subject: Use {{FULLPAGENAME}} in 'missing-revision' message. X-Git-Tag: 1.31.0-rc.0~16462 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=1dc28676deafa98f7beccc9f7ade4639760d4453;p=lhc%2Fweb%2Fwiklou.git Use {{FULLPAGENAME}} in 'missing-revision' message. Otherwise the namespace is lost if the page does not belong to the main namespace. Fix for Ibe60c84cfe (d24a4d7). Change-Id: I9f8d6a593b7f55028fcd6f30184baf223b0aa2da --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8b7b00586c..dbf520d3c6 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1464,7 +1464,7 @@ or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].', 'noarticletext-nopermission' => 'There is currently no text in this page. You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or [{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs], but you do not have permission to create this page.', 'noarticletextanon' => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages -'missing-revision' => 'The revision #$1 of the page named "{{PAGENAME}}" does not exist. +'missing-revision' => 'The revision #$1 of the page named "{{FULLPAGENAME}}" does not exist. This is usually caused by following an outdated history link to a page that has been deleted. Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].',