restore original semantic

pull/2/head
Raymond Hill 10 years ago committed by gorhill
parent 5cd1285ee5
commit e260b19702

@ -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…
Cancel
Save