Fix tooltip for invert checkbox on Special:NewPages
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 15:45:23 +0000 (17:45 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 15:57:26 +0000 (15:57 +0000)
commit3169b369e0bd52f94d983a527c00e923cca9b0db
tree3f72135fd0b3b27e1102be72a5a7a189a751d4d1
parent100675aeb5e500823b5f6d536a431a95e9e43caf
Fix tooltip for invert checkbox on Special:NewPages

Tooltip has to be a 'name', not a parsed message,
because it goes through Linker::getTooltipAndAccessKey

Also propagate tooltip from the checkbox to the label to have a bigger
area for the mouse to trigger the tooltip. This is usally done for other
checkboxes on Special:Watchlist.

Follow-Up: I5c03dc543b910aab27a26a5a223341be50893cf3
Change-Id: If8dd9d66f57f63afe5df02d0d6b4cf70ba5d91c3
includes/htmlform/HTMLCheckField.php
includes/specials/SpecialNewpages.php