Index: trunk/phase3/CREDITS |
— | — | @@ -84,6 +84,7 @@ |
85 | 85 | * Nikolaos S. Karastathis |
86 | 86 | * Olaf Lenz |
87 | 87 | * Paul Copperman |
| 88 | +* PieRRoMaN |
88 | 89 | * RememberTheDot |
89 | 90 | * René Kijewski |
90 | 91 | * ST47 |
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php |
— | — | @@ -307,7 +307,7 @@ |
308 | 308 | } |
309 | 309 | # Other logs link |
310 | 310 | $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Log' ), |
311 | | - wfMsgHtml( 'log' ), 'user=' . $nt->getPartialUrl() ); |
| 311 | + wfMsgHtml( 'sp-contributions-logs' ), 'user=' . $nt->getPartialUrl() ); |
312 | 312 | # Link to undeleted contributions |
313 | 313 | $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions', $nt->getDBkey() ), |
314 | 314 | wfMsgHtml( 'contributions' ) ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -311,6 +311,8 @@ |
312 | 312 | * Improved error handling for image moving |
313 | 313 | * (bug 17974) On Special:SpecialPages, restricted special pages are now marked |
314 | 314 | with <strong> tags, helps with text-based browsers |
| 315 | +* (bug 18259) Special:DeletedContributions now also uses |
| 316 | + MediaWiki:Sp-contributions-logs for the link to Special:Log |
315 | 317 | |
316 | 318 | == API changes in 1.15 == |
317 | 319 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |