clarify the disk usage limit parameter GUI tooltip. Closes issue #341

This commit is contained in:
Jean-Francois Dockes 2017-02-22 19:03:24 +01:00
parent b328215c9a
commit 5c46dbf7da

View File

@ -306,10 +306,11 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config)
w = new ConfParamIntW(this, w = new ConfParamIntW(this,
ConfLink(new ConfLinkRclRep(config, "maxfsoccuppc")), ConfLink(new ConfLinkRclRep(config, "maxfsoccuppc")),
tr("Max disk occupation (%)"), tr("Max disk occupation (%)"),
tr("This is the percentage of disk occupation where " tr("This is the percentage of disk usage "
"indexing will fail and stop (to avoid filling up " "- total disk usage, not index size - at which "
"your disk).<br>0 means no limit " "indexing will fail and stop.<br>"
"(this is the default)."), 0, 100); "The default value of 0 removes any limit."),
0, 100);
gl1->addWidget(w, gridrow++, 0); gl1->addWidget(w, gridrow++, 0);
ConfParamBoolW* cpasp = ConfParamBoolW* cpasp =