Bug 1119394 - Remove textual reference to bug 1000338 from about:cache. r=michal

This commit is contained in:
Honza Bambas 2016-07-25 10:26:00 -04:00
parent c610f50aae
commit e064945148

View File

@ -477,7 +477,7 @@ nsAboutCache::Channel::OnCacheEntryInfo(nsIURI *aURI, const nsACString & aIdEnha
PrintTimeString(buf, sizeof(buf), aLastModified);
mBuffer.Append(buf);
} else {
mBuffer.AppendLiteral("No last modified time (bug 1000338)");
mBuffer.AppendLiteral("No last modified time");
}
mBuffer.AppendLiteral("</td>\n");