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);