GUI: clarification in prefs about aspell usage

This commit is contained in:
Jean-Francois Dockes 2021-03-25 17:08:57 +01:00
parent 485a077737
commit 281f4b58be

View File

@ -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.<br> "
"Useful if aspell is absent or does not work. "));