Version: 1.9.6 (using KDE 3.5.6, ALT Linux i586) Compiler: Target: i586-alt-linux OS: Linux (i686) release 2.6.18-wks-smp-alt2 Possible typo in "All folder of this account" (kmfoldercachedimap.cpp:134). Do you mean "All folders of this account"?
SVN commit 660736 by winterz: fix minor typo in trunk, but can't fix in the 3.5 branch at this time because we are in a string freeze. CCBUGS: 144946 M +1 -1 kmfoldercachedimap.cpp --- trunk/KDE/kdepim/kmail/kmfoldercachedimap.cpp #660735:660736 @@ -142,7 +142,7 @@ mIndexScope = new QComboBox( hbox ); mIndexScope->addItem( i18n( "Only current folder" ) ); mIndexScope->addItem( i18n( "Current folder and all subfolders" ) ); - mIndexScope->addItem( i18n( "All folder of this account" ) ); + mIndexScope->addItem( i18n( "All folders of this account" ) ); mIndexScope->setEnabled( false ); topLayout->addWidget( hbox );
Closing this bug. It is fixed in trunk. If someone wants to backport it, feel free to do so (no idea at what times the string freeze applies).
SVN commit 714810 by winterz: fix typo CCBUG: 144946 M +1 -1 kmfoldercachedimap.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=714810