Fixed translation error.

This commit is contained in:
kkapsner 2015-04-25 23:42:51 +02:00
parent dc622b61d1
commit 011eee699e
5 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -79,7 +79,7 @@
worker.port.emit(mode, prefs.askOnlyOnce);
}
catch (e){
console.log("Error updating " + worker.url + ": " + e.message);
// console.log("Error updating " + worker.url + ": " + e.message);
}
}

View File

@ -86,7 +86,7 @@ function checkURL(url, blockMode, whiteList, blackList){
mode = "unblock";
break;
default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
}
return mode;
}

View File

@ -48,5 +48,5 @@ whitelist = whitelist
whitelistURL = whitelist URL
whitelistDomain = whitelist domain
whitelistURL = ignore URL
whitelistDomain = ignore domain
ignorelistURL = ignore URL
ignorelistDomain = ignore domain

View File

@ -89,6 +89,6 @@
],
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.1.5-Release",
"version": "0.1.5.1-Release",
"permissions": {"private-browsing": true}
}