From 8288d2a94b00a164f7a76f8bc27599787371c89a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 23 Aug 2009 00:14:03 +0000 Subject: [PATCH] * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab. Patch by RockMFR: http://bug-attachment.wikimedia.org/attachment.cgi?id=6484 --- CREDITS | 1 + RELEASE-NOTES | 1 + languages/messages/MessagesEn.php | 2 ++ 3 files changed, 4 insertions(+) diff --git a/CREDITS b/CREDITS index 5d8c7d67e5..fe776b6b28 100644 --- 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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fdf2f4588a..47dce9afb8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 7db7be0587..10ce63d3af 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', -- 2.20.1