typo
This commit is contained in:
parent
a0805cf19a
commit
c27cf93d8c
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: confguiindex.cpp,v 1.10 2007-11-21 14:15:48 dockes Exp $ (C) 2007 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: confguiindex.cpp,v 1.11 2008-07-01 08:27:21 dockes Exp $ (C) 2007 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <qglobal.h>
|
#include <qglobal.h>
|
||||||
@ -210,7 +210,7 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config)
|
|||||||
ConfParamBoolW(this, lnknaspl, tr("No aspell usage"),
|
ConfParamBoolW(this, lnknaspl, tr("No aspell usage"),
|
||||||
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 is aspell is absent or does not work. "));
|
"Useful if aspell is absent or does not work. "));
|
||||||
vboxLayout->addWidget(enaspl);
|
vboxLayout->addWidget(enaspl);
|
||||||
|
|
||||||
ConfLink lnk2(new ConfLinkRclRep(config, "aspellLanguage"));
|
ConfLink lnk2(new ConfLinkRclRep(config, "aspellLanguage"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user