From e2c0beb6639bd7d953b44f39e11f0312ae0ec102 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Sun, 11 Jan 2015 18:41:52 +0100 Subject: [PATCH] Miscellaneous changes --- platform/firefox/vapi-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-common.js b/platform/firefox/vapi-common.js index 949b7e9..14dbbe3 100644 --- a/platform/firefox/vapi-common.js +++ b/platform/firefox/vapi-common.js @@ -85,7 +85,7 @@ vAPI.i18n = (function() { try { return stringBundle.GetStringFromName(s); } catch (ex) { - return s; + return ''; } }; })();