Skip to content

Commit

Permalink
Improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Mar 25, 2013
1 parent e559793 commit 4a86196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content/firebug/console/functionMonitor.js
Expand Up @@ -87,7 +87,7 @@ var FunctionMonitor = Obj.extend(Firebug.Module,
{
// xxxHonza: localization
Firebug.Console.logFormatted(
["Firebug unable to locate script for function", fn], context, "info");
["Firebug unable to locate source for function", fn], context, "info");
}
}
else
Expand Down

0 comments on commit 4a86196

Please sign in to comment.