From 303da9304dc9757afba5d24a8fada64132bf48f8 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 22 Sep 2019 11:23:08 +0200 Subject: [PATCH] changed label for disk occupation pref --- src/qtgui/confgui/confguiindex.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index 8051b588..39e2e93f 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -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
" + "(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.
"