From 281f4b58be925a85b2904fd7e7e89b4379d5a0b5 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 25 Mar 2021 17:08:57 +0100 Subject: [PATCH] GUI: clarification in prefs about aspell usage --- 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 c666b366..a9dc5507 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -293,7 +293,8 @@ bool ConfIndexW::setupTopPanel(int idx) "The default value of 0 removes any limit."), 0, 100); ConfParamW *bparam = m_w->addParam( - idx, ConfTabsW::CFPT_BOOL, "noaspell", tr("No aspell usage"), + idx, ConfTabsW::CFPT_BOOL, "noaspell", tr("No aspell usage") + + tr(" (by default, aspell suggests mispellings when a query has no results)."), tr("Disables use of aspell to generate spelling " "approximation in the term explorer tool.
" "Useful if aspell is absent or does not work. "));