From kde-commits Tue Oct 07 11:11:10 2003 From: Dirk Mueller Date: Tue, 07 Oct 2003 11:11:10 +0000 To: kde-commits Subject: kdebase/kcontrol/kdm X-MARC-Message: https://marc.info/?l=kde-commits&m=106552521405640 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);