Browse Source

Miscellaneous changes

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
e2c0beb663
  1. 2
      platform/firefox/vapi-common.js

2
platform/firefox/vapi-common.js

@ -85,7 +85,7 @@ vAPI.i18n = (function() {
try {
return stringBundle.GetStringFromName(s);
} catch (ex) {
return s;
return '';
}
};
})();

Loading…
Cancel
Save