aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRaymond Hill <rhill@raymondhill.net>2014-11-22 14:22:16 -0200
committerRaymond Hill <rhill@raymondhill.net>2014-11-22 14:22:16 -0200
commitdffe9c79f83cca710a9e264db7c71aa2155ec8bc (patch)
treef899df53dbc424da4bf33b612715194f1eb5ffab /meta
parentfba95340612f2b4bcfd3c6e6c17ed84496df2e81 (diff)
downloaduBlock-dffe9c79f83cca710a9e264db7c71aa2155ec8bc.zip
uBlock-dffe9c79f83cca710a9e264db7c71aa2155ec8bc.tar.gz
uBlock-dffe9c79f83cca710a9e264db7c71aa2155ec8bc.tar.bz2
restore original semantic
Diffstat (limited to 'meta')
-rw-r--r--meta/crx/vapi-common.js2
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'));