Bug 144946

Summary: typo: "All folder of this account"
Product: [Applications] kmail Reporter: Andrey Cherepanov <sibskull>
Component: disconnected IMAPAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.9.6   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrey Cherepanov 2007-05-02 09:51:49 UTC
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"?
Comment 1 Allen Winter 2007-05-03 17:17:30 UTC
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 );
 
Comment 2 Thomas McGuire 2007-07-17 15:39:56 UTC
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).
Comment 3 Allen Winter 2007-09-20 19:06:38 UTC
SVN commit 714810 by winterz:

fix typo
CCBUG: 144946


 M  +1 -1      kmfoldercachedimap.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=714810