commit 51bac41fc406cb05999a51c50f55d461ce86a2c5 Author: David Fifield david@bamsoftware.com Date: Fri Jan 4 16:23:55 2013 -0800
Add a question above the Yes/No buttons.
Based on a suggestion by bastik. https://trac.torproject.org/projects/tor/ticket/7811#comment:3 --- proxy/options.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/proxy/options.html b/proxy/options.html index a2b8480..9caa9e3 100644 --- a/proxy/options.html +++ b/proxy/options.html @@ -133,6 +133,7 @@ function update_setting_text() { setting.innerHTML = prefix + "do not use my browser as a proxy. " + "Click yes below to change your setting.</p>"; } + setting.innerHTML += "<p>Do you want your browser to act as a proxy?</p>"; }
window.onload = function () {
tor-commits@lists.torproject.org