Browse Source

restore original semantic

pull/2/head
Raymond Hill 10 years ago
committed by gorhill
parent
commit
e260b19702
  1. 2
      meta/crx/vapi-common.js

2
meta/crx/vapi-common.js

@ -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