changed label for disk occupation pref

This commit is contained in:
Jean-Francois Dockes 2019-09-22 11:23:08 +02:00
parent 9e51ed8613
commit 303da9304d

View File

@ -272,7 +272,8 @@ bool ConfIndexW::setupTopPanel(int idx)
"Default 10MB "), 0, 1000);
m_w->addParam(idx, ConfTabsW::CFPT_INT, "maxfsoccuppc",
tr("Max disk occupation (%, 0 means no limit)"),
tr("Disk full threshold to stop indexing<br>"
"(e.g. 90%, 0 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>"