summaryrefslogtreecommitdiffstats
path: root/kmail/accountdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/accountdialog.cpp')
-rw-r--r--kmail/accountdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/accountdialog.cpp b/kmail/accountdialog.cpp
index 6203d3e8..8254bac9 100644
--- a/kmail/accountdialog.cpp
+++ b/kmail/accountdialog.cpp
@@ -984,7 +984,7 @@ void AccountDialog::makeImapAccountPage( bool connected )
++row;
mImap.subscribedFoldersCheck = new TQCheckBox(
- i18n("Show only s&ubscribed folders"), page1);
+ i18n("Show only serverside s&ubscribed folders"), page1);
grid->addMultiCellWidget( mImap.subscribedFoldersCheck, row, row, 0, 1 );
++row;