diff options
author | Raymond Hill <rhill@raymondhill.net> | 2014-11-22 14:22:16 -0200 |
---|---|---|
committer | Raymond Hill <rhill@raymondhill.net> | 2014-11-22 14:22:16 -0200 |
commit | dffe9c79f83cca710a9e264db7c71aa2155ec8bc (patch) | |
tree | f899df53dbc424da4bf33b612715194f1eb5ffab /meta | |
parent | fba95340612f2b4bcfd3c6e6c17ed84496df2e81 (diff) | |
download | uBlock-dffe9c79f83cca710a9e264db7c71aa2155ec8bc.zip uBlock-dffe9c79f83cca710a9e264db7c71aa2155ec8bc.tar.gz uBlock-dffe9c79f83cca710a9e264db7c71aa2155ec8bc.tar.bz2 |
restore original semantic
Diffstat (limited to 'meta')
-rw-r--r-- | meta/crx/vapi-common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/crx/vapi-common.js b/meta/crx/vapi-common.js index 4656001..17879b1 100644 --- a/meta/crx/vapi-common.js +++ b/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')); |