Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Francois Dockes
recoll
Commits
5c46dbf7
Commit
5c46dbf7
authored
Feb 22, 2017
by
Jean-Francois Dockes
Browse files
clarify the disk usage limit parameter GUI tooltip. Closes issue #341
parent
b328215c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qtgui/confgui/confguiindex.cpp
View file @
5c46dbf7
...
...
@@ -306,10 +306,11 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config)
w
=
new
ConfParamIntW
(
this
,
ConfLink
(
new
ConfLinkRclRep
(
config
,
"maxfsoccuppc"
)),
tr
(
"Max disk occupation (%)"
),
tr
(
"This is the percentage of disk occupation where "
"indexing will fail and stop (to avoid filling up "
"your disk).<br>0 means no limit "
"(this is the default)."
),
0
,
100
);
tr
(
"This is the percentage of disk usage "
"- total disk usage, not index size - at which "
"indexing will fail and stop.<br>"
"The default value of 0 removes any limit."
),
0
,
100
);
gl1
->
addWidget
(
w
,
gridrow
++
,
0
);
ConfParamBoolW
*
cpasp
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment