CVS commit by coles: Corrected typos M +2 -2 kdm-appear.cpp 1.88 M +3 -3 kdm-conv.cpp 1.25 M +1 -1 main.cpp 1.73 --- kdebase/kcontrol/kdm/kdm-appear.cpp #1.87:1.88 @@ -284,6 +284,6 @@ KDMAppearanceWidget::KDMAppearanceWidget hbox->addWidget(label, 1, 0); hbox->addWidget(langcombo, 1, 1); - wtstr = i18n("Here you can choose the language used by KDM. This setting doesn't affect" - " a user's personal settings that will take effect after login."); + wtstr = i18n("Here you can choose the language used by KDM. This setting does not affect" + " a user's personal settings; that will take effect after login."); QWhatsThis::add( label, wtstr ); QWhatsThis::add( langcombo, wtstr ); --- kdebase/kcontrol/kdm/kdm-conv.cpp #1.24:1.25 @@ -129,7 +129,7 @@ KDMConvenienceWidget::KDMConvenienceWidg cbarlen = new QCheckBox(i18n("Automatically log in again after &X server crash"), btGroup); QWhatsThis::add( cbarlen, i18n("When this option is on, a user will be" - " logged in again automatically, when his session is interrupted by an" - " X server crash. Note, that this can open a security hole: if you use" - " another screen locker than KDE's integrated one, this will make" + " logged in again automatically when their session is interrupted by an" + " X server crash; note that this can open a security hole: if you use" + " a screen locker than KDE's integrated one, this will make" " circumventing a password-secured screen lock possible.") ); connect(cbarlen, SIGNAL(toggled(bool)), SLOT(slotChanged())); --- kdebase/kcontrol/kdm/main.cpp #1.72:1.73 @@ -191,5 +191,5 @@ QString KDModule::quickHelp() const "the look and feel as well as the users that can be " "selected for login. Note that you can only make changes " - "if you run the module with superuser rights. If you haven't started the KDE " + "if you run the module with superuser rights. If you have not started the KDE " "Control Center with superuser rights (which is absolutely the right thing to " "do, by the way), click on the Modify button to acquire "