diff --git a/gui/css/theme.css b/gui/css/theme.css index 58c9fbe..9dedf98 100644 --- a/gui/css/theme.css +++ b/gui/css/theme.css @@ -67,7 +67,7 @@ body.hide { .main-container .advanced-button { margin: 16px 8px 0 0; } .main-container .autostart_fix { - width: 150px; + width: 160px; display: inline-block; margin-top: 17px; float: right; } diff --git a/gui/js/main.js b/gui/js/main.js index 276b504..6109739 100644 --- a/gui/js/main.js +++ b/gui/js/main.js @@ -63,13 +63,13 @@ document.getElementById('anonymity_ok_button').addEventListener("click", functio //start / restart tor button document.getElementById('start_button').addEventListener("click", function () { - if (document.getElementById('start_button_text').innerHTML == "Start Tor") { + if (document.getElementById('start_button_text').innerHTML == "Start Tor Proxy") { document.getElementById('terminal').classList.add('visible'); lib.init(function () { runTor(); }); - updateTorStatus( "Tor is running, see below for details."); - document.getElementById('start_button_text').innerHTML = "Restart Tor"; + updateTorStatus( "Tor Proxy is running, see below for details."); + document.getElementById('start_button_text').innerHTML = "Restart Tor Proxy"; document.getElementById('anonymity').setAttribute('style', 'display:inline-block'); } else { chrome.storage.local.set({ restarting_tor: true }); @@ -78,7 +78,7 @@ document.getElementById('start_button').addEventListener("click", function () { location.href = "restart.html"; }, 300); //update tor status text - updateTorStatus("Restarting Tor ..."); + updateTorStatus("Restarting Tor Proxy ..."); } }); diff --git a/gui/main.html b/gui/main.html index b5b5ec3..6ebcace 100644 --- a/gui/main.html +++ b/gui/main.html @@ -23,11 +23,11 @@
-
Krotor
+
Kronymous

- Tor is not running. + Tor Proxy is not running.