mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
restore original semantic
This commit is contained in:
parent
fba9534061
commit
dffe9c79f8
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user