Steps to replicate the issue (include links if applicable):
- Try hovering the Special pages link in a wiki with the link in the navigation section of the sidebar
- Try using the accesskey q for the link (alt + shift + q or similar key combination, exact combination should be visible in tooltip when hovering)
What happens?:
- No tooltip is displayed
- Nothing, accesskey does not work
What should have happened instead?:
- Tooltip from message 'tooltip-t-specialpages' should be displayed.
- Browser should go to [[Special:Specialpages]]
Other information (browser name/version, screenshots, etc.):
The link to [[Special:Specialpages]] has been moved from toolbox to navigation (T333211, T386761).
This changed the id of the link from 't-specialpages' to 'n-specialpages'.
The tooltip and accesskey for the link needs to be updated to use the new id.
In the language translation files message 'tooltip-t-specialpages' should be renamed 'tooltip-n-specialpages'
and 'accesskey-t-specialpages' should be renamed 'accesskey-n-specialpages'