diff options
Diffstat (limited to 'kmail/accountdialog.cpp')
-rw-r--r-- | kmail/accountdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/accountdialog.cpp b/kmail/accountdialog.cpp index 6203d3e87..8254bac9a 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; |