Bug 845825 - [New tab page] Undo bar: Close button's tooltip not shown. r=ttaubert

This commit is contained in:
Sebastian Hengst 2013-03-14 19:56:41 +01:00
parent c018719aeb
commit f6ad856504

View File

@ -31,7 +31,7 @@
label="&newtab.undo.restoreButton;" label="&newtab.undo.restoreButton;"
class="newtab-undo-button" /> class="newtab-undo-button" />
<xul:toolbarbutton id="newtab-undo-close-button" tabindex="-1" <xul:toolbarbutton id="newtab-undo-close-button" tabindex="-1"
title="&newtab.undo.closeTooltip;" /> tooltiptext="&newtab.undo.closeTooltip;" />
</div> </div>
</div> </div>