Skip to content

Commit

Permalink
Change description of the tooltip (related to issue 229)
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Apr 26, 2013
1 parent a46d888 commit b215928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extension/content/firebug/console/eventMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ var EventMonitor = Obj.extend(Firebug.Module,
Element.getSelectorId(elt) +
Element.getSelectorClass(elt);

tooltipText += "\n\nCommand Line:\nmonitorEvents($('" + selector + "'), '" + family + "')";
// xxxHonza: localization?
tooltipText += "\n\nCommand Line Example:\n" +
"monitorEvents($('" + selector + "'), '" + family + "')";

logEventItems.push({
nol10n: true,
Expand Down

0 comments on commit b215928

Please sign in to comment.