* (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 23 Aug 2009 00:14:03 +0000 (00:14 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 23 Aug 2009 00:14:03 +0000 (00:14 +0000)
Patch by RockMFR: http://bug-attachment.wikimedia.org/attachment.cgi?id=6484

CREDITS
RELEASE-NOTES
languages/messages/MessagesEn.php

diff --git a/CREDITS b/CREDITS
index 5d8c7d6..fe776b6 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -98,6 +98,7 @@ following names for their contribution to the product.
 * PieRRoMaN
 * RenĂ© Kijewski
 * Robert Treat
+* RockMFR
 * ST47
 * Simon Walker
 * Stefano Codari
index fdf2f45..47dce9a 100644 (file)
@@ -417,6 +417,7 @@ this. Was used when mwEmbed was going to be an extension.
   presumably is already taken)
 * (bug 15646) Page creation notification email is not longer sent when a 
   watched page is deleted
+* (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
 
 == API changes in 1.16 ==
 
index 7db7be0..10ce63d 100644 (file)
@@ -3170,6 +3170,7 @@ Please try again.',
 'accesskey-ca-viewsource'           => 'e', # do not translate or duplicate this message to other languages
 'accesskey-ca-history'              => 'h', # do not translate or duplicate this message to other languages
 'accesskey-ca-protect'              => '=', # do not translate or duplicate this message to other languages
+'accesskey-ca-unprotect'            => '=', # do not translate or duplicate this message to other languages
 'accesskey-ca-delete'               => 'd', # do not translate or duplicate this message to other languages
 'accesskey-ca-undelete'             => 'd', # do not translate or duplicate this message to other languages
 'accesskey-ca-move'                 => 'm', # do not translate or duplicate this message to other languages
@@ -3233,6 +3234,7 @@ Please use the preview button before saving',
 You can view its source',
 'tooltip-ca-history'              => 'Past revisions of this page',
 'tooltip-ca-protect'              => 'Protect this page',
+'tooltip-ca-unprotect'            => 'Unprotect this page',
 'tooltip-ca-delete'               => 'Delete this page',
 'tooltip-ca-undelete'             => 'Restore the edits done to this page before it was deleted',
 'tooltip-ca-move'                 => 'Move this page',