From 1c7a47674a802181603c059dd6d6fcb98f7ce197 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 23 Feb 2017 14:53:27 +0100 Subject: [PATCH] disk occup config message --- src/qtgui/confgui/confguiindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index b4dcee7b..f9595c99 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -305,7 +305,7 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config) w = new ConfParamIntW(this, ConfLink(new ConfLinkRclRep(config, "maxfsoccuppc")), - tr("Max disk occupation (%)"), + tr("Max disk occupation (%, 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.
"