Use {{FULLPAGENAME}} in 'missing-revision' message.
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Thu, 27 Mar 2014 19:46:52 +0000 (20:46 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Thu, 27 Mar 2014 19:46:52 +0000 (20:46 +0100)
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

index 8b7b005..dbf520d 100644 (file)
@@ -1464,7 +1464,7 @@ or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page]</span>.',
 'noarticletext-nopermission'               => 'There is currently no text in this page.
 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, 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].',