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
Родитель 3974e101e1
Коммит 5fd0c711ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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