diff --git a/content/options.js b/content/options.js index df67ea49..a4ff2455 100644 --- a/content/options.js +++ b/content/options.js @@ -863,7 +863,7 @@ liberator.Options = function () //{{{ { name = value ? " " + name : "no" + name; if (value != def) - name = "" + name + " (default: " + (def ? "" : "no") + options[i].name + ")"; + name = "" + name + " (default: " + (def ? "" : "no") + opt.name + ")"; list += "