Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -178,7 +178,7 @@ |
179 | 179 | <div class="portlet" id="p-logo"> |
180 | 180 | <a style="background-image: url(<?php $this->text('logopath') ?>);" <?php |
181 | 181 | ?>href="<?php echo htmlspecialchars($this->data['nav_urls']['mainpage']['href'])?>"<?php |
182 | | - echo $skin->tooltipAndAccesskey('n-mainpage') ?>></a> |
| 182 | + echo $skin->tooltipAndAccesskey('p-logo') ?>></a> |
183 | 183 | </div> |
184 | 184 | <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha(); </script> |
185 | 185 | <?php |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2878,8 +2878,8 @@ |
2879 | 2879 | 'accesskey-search' => 'f', # do not translate or duplicate this message to other languages |
2880 | 2880 | 'accesskey-search-go' => '', # do not translate or duplicate this message to other languages |
2881 | 2881 | 'accesskey-search-fulltext' => '', # do not translate or duplicate this message to other languages |
2882 | | -'accesskey-p-logo' => '', # do not translate or duplicate this message to other languages |
2883 | | -'accesskey-n-mainpage' => 'z', # do not translate or duplicate this message to other languages |
| 2882 | +'accesskey-p-logo' => 'z', # do not translate or duplicate this message to other languages |
| 2883 | +'accesskey-n-mainpage' => '', # do not translate or duplicate this message to other languages |
2884 | 2884 | 'accesskey-n-portal' => '', # do not translate or duplicate this message to other languages |
2885 | 2885 | 'accesskey-n-currentevents' => '', # do not translate or duplicate this message to other languages |
2886 | 2886 | 'accesskey-n-recentchanges' => 'r', # do not translate or duplicate this message to other languages |
— | — | @@ -2941,7 +2941,7 @@ |
2942 | 2942 | 'tooltip-search' => 'Search {{SITENAME}}', |
2943 | 2943 | 'tooltip-search-go' => 'Go to a page with this exact name if exists', |
2944 | 2944 | 'tooltip-search-fulltext' => 'Search the pages for this text', |
2945 | | -'tooltip-p-logo' => 'Main Page', |
| 2945 | +'tooltip-p-logo' => 'Visit the Main Page', |
2946 | 2946 | 'tooltip-n-mainpage' => 'Visit the Main Page', |
2947 | 2947 | 'tooltip-n-portal' => 'About the project, what you can do, where to find things', |
2948 | 2948 | 'tooltip-n-currentevents' => 'Find background information on current events', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -103,6 +103,7 @@ |
104 | 104 | * Parser tests no longer fail when $wgExternalLinkTarget is set in LocalSettings |
105 | 105 | * (bug 15391) catch DBQueryErrors on external storage insertion. This avoids error |
106 | 106 | messages on save were the edit in fact is saved. |
| 107 | +* (bug 17184) Remove duplicate "z" accesskey in MonoBook |
107 | 108 | |
108 | 109 | == API changes in 1.15 == |
109 | 110 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |