Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3179,8 +3179,9 @@ |
3180 | 3180 | 'accesskey-search' => 'f', # do not translate or duplicate this message to other languages |
3181 | 3181 | 'accesskey-search-go' => '', # do not translate or duplicate this message to other languages |
3182 | 3182 | 'accesskey-search-fulltext' => '', # do not translate or duplicate this message to other languages |
3183 | | -'accesskey-p-logo' => 'z', # do not translate or duplicate this message to other languages |
3184 | | -'accesskey-n-mainpage' => '', # do not translate or duplicate this message to other languages |
| 3183 | +'accesskey-p-logo' => '', # do not translate or duplicate this message to other languages |
| 3184 | +'accesskey-n-mainpage' => 'z', # for back-compat... do not translate or duplicate this message to other languages |
| 3185 | +'accesskey-n-mainpage-description' => 'z', # do not translate or duplicate this message to other languages |
3185 | 3186 | 'accesskey-n-portal' => '', # do not translate or duplicate this message to other languages |
3186 | 3187 | 'accesskey-n-currentevents' => '', # do not translate or duplicate this message to other languages |
3187 | 3188 | 'accesskey-n-recentchanges' => 'r', # do not translate or duplicate this message to other languages |
— | — | @@ -3243,8 +3244,9 @@ |
3244 | 3245 | 'tooltip-search' => 'Search {{SITENAME}}', |
3245 | 3246 | 'tooltip-search-go' => 'Go to a page with this exact name if exists', |
3246 | 3247 | 'tooltip-search-fulltext' => 'Search the pages for this text', |
3247 | | -'tooltip-p-logo' => 'Visit the main page', |
3248 | | -'tooltip-n-mainpage' => 'Visit the main page', |
| 3248 | +'tooltip-p-logo' => 'Visit the main page', # for back-compat |
| 3249 | +'tooltip-n-mainpage' => 'Visit the main page', # for back-compat |
| 3250 | +'tooltip-n-mainpage-description' => 'Visit the main page', |
3249 | 3251 | 'tooltip-n-portal' => 'About the project, what you can do, where to find things', |
3250 | 3252 | 'tooltip-n-currentevents' => 'Find background information on current events', |
3251 | 3253 | 'tooltip-n-recentchanges' => 'The list of recent changes in the wiki', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -420,6 +420,7 @@ |
421 | 421 | * (bug 15646) Page creation notification email is not longer sent when a |
422 | 422 | watched page is deleted |
423 | 423 | * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab. |
| 424 | +* (bug 20317) Cleaned up default main page link accesskey settings |
424 | 425 | |
425 | 426 | == API changes in 1.16 == |
426 | 427 | |