r66847 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66846‎ | r66847 | r66848 >
Date:20:10, 24 May 2010
Author:simetrical
Status:ok
Tags:
Comment:
Don't have default accesskey for "Cite this page"

Only very common actions should have accesskeys. The more accesskeys
you have, the easier it is to do something surprising by mistake when
you hit the wrong key. Wikis that really want an accesskey for this can
still add it, of course.

Follow-up to r65540.
Modified paths:
  • /trunk/extensions/Cite/SpecialCite.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/SpecialCite.i18n.php
@@ -11,7 +11,7 @@
1212 'cite_article_desc' => 'Adds a [[Special:Cite|citation]] special page and toolbox link',
1313 'cite_article_link' => 'Cite this page',
1414 'tooltip-cite-article' => 'Information on how to cite this page',
15 - 'accesskey-cite-article' => 'g', # Do not translate this
 15+ 'accesskey-cite-article' => '', # Do not translate this
1616 'cite' => 'Cite',
1717 'cite_page' => 'Page:',
1818 'cite_submit' => 'Cite',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65540* Bug 14854 - Add accesskey for 'Cite this page' toolbox link...raymond10:34, 26 April 2010

Status & tagging log