confgui: slightly improved tooltips for aspell and stemmer languages
This commit is contained in:
parent
e520176a2a
commit
bfecc9ed72
@ -252,8 +252,10 @@ bool ConfIndexW::setupTopPanel(int idx)
|
|||||||
}
|
}
|
||||||
m_w->addParam(idx, ConfTabsW::CFPT_CSTRL, "indexstemminglanguages",
|
m_w->addParam(idx, ConfTabsW::CFPT_CSTRL, "indexstemminglanguages",
|
||||||
tr("Stemming languages"),
|
tr("Stemming languages"),
|
||||||
tr("The languages for which stemming expansion<br>"
|
tr("The languages for which stemming expansion "
|
||||||
"dictionaries will be built."), 0, 0, &m_stemlangs);
|
"dictionaries will be built.<br>See the Xapian stemmer "
|
||||||
|
"documentation for possible values. E.g. english, "
|
||||||
|
"french, german..."), 0, 0, &m_stemlangs);
|
||||||
|
|
||||||
m_w->addParam(idx, ConfTabsW::CFPT_FN, "logfilename",
|
m_w->addParam(idx, ConfTabsW::CFPT_FN, "logfilename",
|
||||||
tr("Log file name"),
|
tr("Log file name"),
|
||||||
@ -289,12 +291,13 @@ bool ConfIndexW::setupTopPanel(int idx)
|
|||||||
idx, ConfTabsW::CFPT_STR, "aspellLanguage",
|
idx, ConfTabsW::CFPT_STR, "aspellLanguage",
|
||||||
tr("Aspell language"),
|
tr("Aspell language"),
|
||||||
tr("The language for the aspell dictionary. "
|
tr("The language for the aspell dictionary. "
|
||||||
"This should look like 'en' or 'fr' ...<br>"
|
"The values are are 2-letter "
|
||||||
|
"language codes, e.g. 'en', 'fr' ...<br>"
|
||||||
"If this value is not set, the NLS environment "
|
"If this value is not set, the NLS environment "
|
||||||
"will be used to compute it, which usually works. "
|
"will be used to compute it, which usually works. "
|
||||||
"To get an idea of what is installed on your system, "
|
"To get an idea of what is installed on your system, "
|
||||||
"type 'aspell config' and look for .dat files inside "
|
"type 'aspell config' and look for .dat files inside "
|
||||||
"the 'data-dir' directory. "));
|
"the 'data-dir' directory."));
|
||||||
m_w->enableLink(bparam, cparam, true);
|
m_w->enableLink(bparam, cparam, true);
|
||||||
|
|
||||||
m_w->addParam(
|
m_w->addParam(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user