summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmail/accountdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/accountdialog.cpp b/kmail/accountdialog.cpp
index 4c451ffb..3c6265e7 100644
--- a/kmail/accountdialog.cpp
+++ b/kmail/accountdialog.cpp
@@ -365,7 +365,7 @@ void AccountDialog::makeLocalAccountPage()
groupLayout->setSpacing( 6 );
groupLayout->setMargin( 11 );
- mLocal.lockProcmail = new TQRadioButton( i18n("Procmail loc&tdefile:"), group);
+ mLocal.lockProcmail = new TQRadioButton( i18n("Procmail loc&kfile:"), group);
groupLayout->addWidget(mLocal.lockProcmail, 0, 0);
mLocal.procmailLockFileName = new TQComboBox( true, group );