Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2074,9 +2074,6 @@ |
2075 | 2075 | 'articletitles', |
2076 | 2076 | 'hideresults', |
2077 | 2077 | ), |
2078 | | - 'displaytitle' => array( |
2079 | | - 'displaytitle', |
2080 | | - ), |
2081 | 2078 | 'catseparator' => array( |
2082 | 2079 | 'catseparator', |
2083 | 2080 | ), |
— | — | @@ -2285,7 +2282,6 @@ |
2286 | 2283 | 'purge' => 'action=purge', |
2287 | 2284 | 'newmessagesmulti' => '', |
2288 | 2285 | 'search2' => '', |
2289 | | - 'displaytitle' => 'DISPLAYTITLE', |
2290 | 2286 | 'catseparator' => 'Separator for categories in page lists', |
2291 | 2287 | 'loginlanguage' => '', |
2292 | 2288 | 'imgmulti' => 'Multipage image navigation', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2823,9 +2823,6 @@ |
2824 | 2824 | 'articletitles' => "Articles starting with ''$1''", |
2825 | 2825 | 'hideresults' => 'Hide results', |
2826 | 2826 | |
2827 | | -# DISPLAYTITLE |
2828 | | -'displaytitle' => '(Link to this page as [[$1]])', |
2829 | | - |
2830 | 2827 | # Separator for categories in page lists |
2831 | 2828 | 'catseparator' => '|', # don't translate or duplicate this message to other languages |
2832 | 2829 | |