commit 790d91fbd1c278b70459d11629c18636837a11a8 Author: Alexandre Allaire alexandre.allaire@mail.mcgill.ca Date: Wed Dec 5 19:47:38 2012 -0500
Clarify a comment.
The wording of the comment about manually setting text about the user's setting is confusing, stating the manually-set text refers to the page buttons, which it doesn't. --- proxy/options.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/proxy/options.js b/proxy/options.js index 5e3a9df..1377373 100644 --- a/proxy/options.js +++ b/proxy/options.js @@ -54,8 +54,8 @@ window.addEventListener("load", function () { update_setting_text(); } else { document.getElementById("cookies_disabled").style.display = "block"; - /* Manually set the text here as it refers to the buttons, - which won't show up if cookies are disabled. */ + /* Manually set the text here as otherwise it will refer to + the buttons, which don't show if cookies are disabled. */ document.getElementById("setting").innerHTML = "<p>Your current setting is: " + "do not use my browser as a proxy.</p>"; }