Bug 803199 - Avoid littering about:support with "no information". r=Unfocused

This commit is contained in:
Benoit Jacob 2012-10-18 11:17:00 +13:00
parent 880999263d
commit 01edb7050c

View File

@ -182,7 +182,7 @@ let dataProviders = {
// include the suggested version, which the consumer likely needs to plug
// into a format string from a localization file. Rather than returning
// a string in some cases and an array in others, return an array always.
let msg = ["no information"];
let msg = [""];
try {
var status = gfxInfo.getFeatureStatus(feature);
}