From 1dc28676deafa98f7beccc9f7ade4639760d4453 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 27 Mar 2014 20:46:52 +0100 Subject: [PATCH] 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 --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].', -- 2.20.1