GUI: clarification in prefs about aspell usage
This commit is contained in:
parent
485a077737
commit
281f4b58be
@ -293,7 +293,8 @@ bool ConfIndexW::setupTopPanel(int idx)
|
|||||||
"The default value of 0 removes any limit."), 0, 100);
|
"The default value of 0 removes any limit."), 0, 100);
|
||||||
|
|
||||||
ConfParamW *bparam = m_w->addParam(
|
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 "
|
tr("Disables use of aspell to generate spelling "
|
||||||
"approximation in the term explorer tool.<br> "
|
"approximation in the term explorer tool.<br> "
|
||||||
"Useful if aspell is absent or does not work. "));
|
"Useful if aspell is absent or does not work. "));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user