Adjust "disk full threshold" explanations, again...

This commit is contained in:
Jean-Francois Dockes 2020-09-12 09:51:59 +02:00
parent 80cad3faf1
commit 7bbca8c736

View File

@ -275,8 +275,8 @@ bool ConfIndexW::setupTopPanel(int idx)
"Default 10MB "), 0, 1000);
m_w->addParam(idx, ConfTabsW::CFPT_INT, "maxfsoccuppc",
tr("Disk full threshold to stop indexing<br>"
"(e.g. 90%, 0 means no limit)"),
tr("Disk full threshold percentage at which we stop indexing<br>"
"E.g. 90% to stop at 90% full, 0 or 100 means no limit)"),
tr("This is the percentage of disk usage "
"- total disk usage, not index size - at which "
"indexing will fail and stop.<br>"