Last modified: 2008-10-27 21:41:00 UTC
In the core MediaWiki code, access keys are configurable, and also automatically added to tooltips (example is 'tooltip-pt-userpage' with access key message 'accesskey-pt-userpage'). This is not the case in Drafts, where "[d]" is part of the messages 'drafts-save' and 'drafts-save-title', the code currently contains a hard coded "d" for the access key ('accesskey' => 'd',). Report based on r42458.
Added configuration variable for the save draft button's access key in r42689