1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 16:25:03 +12:00

Miscellaneous changes

This commit is contained in:
Deathamns 2015-01-11 18:41:52 +01:00 committed by gorhill
parent 3dc8e88c75
commit e2c0beb663

View file

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