From e260b197024e1c58be175750e384e3ceba9c5ad5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 22 Nov 2014 14:22:16 -0200 Subject: [PATCH] restore original semantic --- meta/crx/vapi-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));