CVS commit by mueller: fix typo found by Henrique Pinto M +1 -1 kdm-font.cpp 1.41 --- kdebase/kcontrol/kdm/kdm-font.cpp #1.40:1.41 @@ -47,5 +47,5 @@ KDMFontWidget::KDMFontWidget(QWidget *pa stdFontChooser = new KFontRequester(this); label->setBuddy(stdFontChooser); - QWhatsThis::add( stdFontChooser, i18n("This changes the font which is used for all the text in the login manager execpt for the greeting and failure messages.") ); + QWhatsThis::add( stdFontChooser, i18n("This changes the font which is used for all the text in the login manager except for the greeting and failure messages.") ); connect(stdFontChooser, SIGNAL(fontSelected(const QFont&)),this,SLOT(configChanged())); ml->addWidget(label, 1, 0);