http://www.mediawiki.org/wiki/Special:Code/MediaWiki/55513

Revision: 55513
Author:   brion
Date:     2009-08-23 00:14:03 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
* (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
Patch by RockMFR: http://bug-attachment.wikimedia.org/attachment.cgi?id=6484

Modified Paths:
--------------
    trunk/phase3/CREDITS
    trunk/phase3/RELEASE-NOTES
    trunk/phase3/languages/messages/MessagesEn.php

Modified: trunk/phase3/CREDITS
===================================================================
--- trunk/phase3/CREDITS        2009-08-22 23:47:00 UTC (rev 55512)
+++ trunk/phase3/CREDITS        2009-08-23 00:14:03 UTC (rev 55513)
@@ -98,6 +98,7 @@
 * PieRRoMaN
 * René Kijewski
 * Robert Treat
+* RockMFR
 * ST47
 * Simon Walker
 * Stefano Codari

Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES  2009-08-22 23:47:00 UTC (rev 55512)
+++ trunk/phase3/RELEASE-NOTES  2009-08-23 00:14:03 UTC (rev 55513)
@@ -417,6 +417,7 @@
   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 ==
 

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2009-08-22 23:47:00 UTC 
(rev 55512)
+++ trunk/phase3/languages/messages/MessagesEn.php      2009-08-23 00:14:03 UTC 
(rev 55513)
@@ -3170,6 +3170,7 @@
 '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 @@
 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',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to