summaryrefslogtreecommitdiffstats
path: root/kcontrol/tdm/tdm-conv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/tdm/tdm-conv.cpp')
-rw-r--r--kcontrol/tdm/tdm-conv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/tdm/tdm-conv.cpp b/kcontrol/tdm/tdm-conv.cpp
index 64b8b9727..fa1260b7e 100644
--- a/kcontrol/tdm/tdm-conv.cpp
+++ b/kcontrol/tdm/tdm-conv.cpp
@@ -87,7 +87,7 @@ TDMConvenienceWidget::TDMConvenienceWidget(TQWidget *parent, const char *name)
autoLockCheck = new TQCheckBox( i18n("Loc&k session"), alGroup );
connect( autoLockCheck, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotChanged()) );
TQWhatsThis::add( autoLockCheck, i18n("If checked, the automatically started session "
- "will be locked immediately (provided it is a KDE session). This can "
+ "will be locked immediately (provided it is a TDE session). This can "
"be used to obtain a super-fast login restricted to one user.") );
@@ -150,7 +150,7 @@ TDMConvenienceWidget::TDMConvenienceWidget(TQWidget *parent, const char *name)
TQWhatsThis::add( cbarlen, i18n("When this option is on, a user will be"
" 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"
+ " a screen locker than TDE's integrated one, this will make"
" circumventing a password-secured screen lock possible.") );
connect(cbarlen, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotChanged()));