From c27cf93d8c1c41b3d7a96912454147eb2d857ff8 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 1 Jul 2008 08:27:21 +0000 Subject: [PATCH] typo --- src/qtgui/confgui/confguiindex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index e14a439a..119d764e 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -1,5 +1,5 @@ #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 #include @@ -210,7 +210,7 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config) ConfParamBoolW(this, lnknaspl, tr("No aspell usage"), tr("Disables use of aspell to generate spelling " "approximation in the term explorer tool.
" - "Useful is aspell is absent or does not work. ")); + "Useful if aspell is absent or does not work. ")); vboxLayout->addWidget(enaspl); ConfLink lnk2(new ConfLinkRclRep(config, "aspellLanguage"));