Author: mr-smoke
Description:
In MessageFr.php :
'noarticletext' => 'Il n'y a pour l'instant aucun texte sur cette page ; vous pouvez [[{{ns:special}}:Search/{{PAGENAME}}|lancer une recherche sur le titre de cette page]] ou [{{fullurl:{{NAMESPACE}}:{{FULLPAGENAME}}|action=edit}} modifier cette page].'
The {{NAMESPACE}}: portion in the edit link should not be there, it creates a link that edits a page with a nested namespace that should not be.
As far as I can tell, in 1.10.0, the problem exists in :
MessagesFr.php
MessagesOc.php
Removing the {{NAMESPACE}}: portion is enough to make the "edit this page" links work as desired.
Version: 1.10.x
Severity: minor