Bug 1035570 (follow-up) - Fix a trivial tool-tip botch in about:memory. r=mccr8.

--HG--
extra : rebase_source : 8755dbb4e26b1fc68399ed8e8bd9fa2af78375aa
This commit is contained in:
Nicholas Nethercote 2014-07-28 15:42:17 -07:00
parent f6cd9ca46d
commit c189bc06ac

View File

@ -299,7 +299,7 @@ function onLoad()
"collection log.\n" +
"WARNING: These logs may be large (>1GB).";
const AnalyzeReportsDesc = "Analyze memory reports coverage and save the "
const AnalyzeReportsDesc = "Analyze memory reports coverage and save the " +
"output to '" + gAnalyzeReportsFile + "'.\n";
const AnalyzeHeapDesc = "Analyze heap usage and save the output to '" +
gAnalyzeHeapFile + "'.\n";