1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

restore original semantic

This commit is contained in:
Raymond Hill 2014-11-22 14:22:16 -02:00
parent fba9534061
commit dffe9c79f8

View File

@ -75,7 +75,7 @@ vAPI.getURL = function(path) {
};
vAPI.i18n = function(s) {
return chrome.i18n.getMessage(s) || s;
return chrome.i18n.getMessage(s);
};
setScriptDirection(vAPI.i18n('@@ui_locale'));