diff --git a/option-script.js b/option-script.js index 0de031c..8e5e31e 100644 --- a/option-script.js +++ b/option-script.js @@ -18,7 +18,7 @@ function loadHandlers() { 'tmn': "TMNSaveOptions", 'options': tmn_options.options }); - //TMNSetOptionsMenu(tmn_options); + //TMNSetOptionsMenu(tmn_options); }); $("#trackmenot-opt-help").click(function() { @@ -87,7 +87,7 @@ function loadHandlers() { engine.name = $("#newengine-name").val(); engine.urlmap = $("#newengine-map").val(); if (engine.urlmap.indexOf('trackmenot') < 0) { - alert("To add the engine url, search 'trackmenot' (without the quotes) on the engine you want to add, and copy/paste the search url in the URL text box bellow."); + alert("To add a new search engine url, search 'trackmenot' (without the quotes) on your desired search engine. Then, copy and paste the search url in the URL text box below."); return; } api.runtime.sendMessage({ @@ -252,4 +252,4 @@ document.addEventListener('DOMContentLoaded', function() { -api.runtime.onMessage.addListener(handleRequest); \ No newline at end of file +api.runtime.onMessage.addListener(handleRequest);