diff --git a/common/content/javascript.js b/common/content/javascript.js index c6c13078..b32b366c 100644 --- a/common/content/javascript.js +++ b/common/content/javascript.js @@ -618,7 +618,7 @@ const JavaScript = Module("javascript", { "isXMLName", "parseFloat", "parseInt", "undefined", "uneval" ].concat([k.substr(6) for (k in keys(Ci)) if (/^nsIDOM/.test(k))]) .concat([k.substr(3) for (k in keys(Ci)) if (/^nsI/.test(k))]) - .concat(JavaScript.magicalnames) + .concat(JavaScript.magicalNames) .filter(function (k) k in window))), /** diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml index 1decd6db..99ea8ac8 100644 --- a/common/locale/en-US/eval.xml +++ b/common/locale/en-US/eval.xml @@ -156,7 +156,7 @@ :unl :unlet :unlet! name - All scripts which make use of :let should be + All scripts which make use of :unlet should be updated to use the simpler and more powerful options system instead.

diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 720235f9..c2942075 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1263,7 +1263,7 @@ number 2 -

Controls when to the tab line is shown.

+

Controls when the tab line is shown.

Possible values are: