[Bug 144946] typo: "All folder of this account"

Allen Winter winter at kde.org
Thu May 3 16:17:32 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144946         




------- Additional Comments From winter kde org  2007-05-03 17:17 -------
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 );



More information about the Kdepim-bugs mailing list