1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 11:30:20 +12:00

restore original semantic

This commit is contained in:
Raymond Hill 2014-11-22 14:22:16 -02:00 committed by gorhill
parent 5cd1285ee5
commit e260b19702

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'));