# HG changeset patch # User Dan # Date 1262762398 18000 # Node ID 944d2fe1fb1edbcb7e1583a4a5323c50d30bdee7 # Parent 438f360134327e9adfc9aab4a893f995a005c644 Somehow I broke automatic localization of special page titles. diff -r 438f36013432 -r 944d2fe1fb1e includes/namespaces/special.php --- a/includes/namespaces/special.php Wed Jan 06 02:03:20 2010 -0500 +++ b/includes/namespaces/special.php Wed Jan 06 02:19:58 2010 -0500 @@ -47,7 +47,7 @@ } $this->cdata = array( - 'name' => $page_name, + 'name' => $lang->get($page_name), 'urlname' => $this->page_id, 'namespace' => $this->namespace, 'special' => 0,