From kde-commits Tue Sep 07 09:18:31 2004 From: Andrew Coles Date: Tue, 07 Sep 2004 09:18:31 +0000 To: kde-commits Subject: kdeartwork/styles/plastik/config (silent) Message-Id: <20040907091831.4BB9724FF () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109454873920891 CVS commit by coles: CVS_SILENT Corrected typo. M +1 -1 plastikconf.cpp 1.5 --- kdeartwork/styles/plastik/config/plastikconf.cpp #1.4:1.5 @@ -58,5 +58,5 @@ PlastikStyleConfig::PlastikStyleConfig(Q // drawFocusRect = new QCheckBox(i18n("Draw focus rectangles"), this); drawTriangularExpander = new QCheckBox(i18n("Triangular tree expander"), this); - inputFocusHighlight = new QCheckBox(i18n("Highlight focussed text input fields"), this); + inputFocusHighlight = new QCheckBox(i18n("Highlight focused text input fields"), this); customFocusHighlightColor = new QCheckBox(i18n("Custom text input highlight color"), this);