pes10k/FormBug

minor: wrong tooltip on Serialize All Forms

Opened this issue · 1 comments

chrome/content/formbug/FirebugOverlay.xul line 26

- <toolbarbutton label="Serialize All Forms" class="toolbar-text-button" tooltiptext="Populate All Forms" oncommand="Firebug.Formbug.serialize_all_forms()"/>
+ <toolbarbutton label="Serialize All Forms" class="toolbar-text-button" tooltiptext="Serialize All Forms" oncommand="Firebug.Formbug.serialize_all_forms()"/>

Thanks @kitchin!