Version: 2.0.89 (using Devel) OS: Linux There is a small typo in the Search button of the Search Window (Find Messages). The tooltip of the Search button (not currently visible, although it should be) is: Search for messags. This should be changed to: Search for messages. The typo can be found in: kmail/searchwindow.cpp:94. Reproducible: Always
Please commit a patch as soon as the string freeze is over, i.e. when KDEPIM 4.6 will be branched off the master branch. This will probably be announced on the kdepim mailinglist.
commit f58797968836d07cc031307a758728775490c0ba branch master Author: George Metaxas <gmetal31@gmail.com> Date: Mon Jan 3 23:39:38 2011 +0200 Fixed a minor typo in the search button's tooltip, in the application's search window. BUG: 261716 diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp index fa1f3b0..d53f5fd 100644 --- a/kmail/searchwindow.cpp +++ b/kmail/searchwindow.cpp @@ -91,7 +91,7 @@ SearchWindow::SearchWindow( KMMainWidget *widget, const Akonadi::Collection &col setCaption( i18n( "Find Messages" ) ); setButtons( User1 | User2 | Close ); setDefaultButton( User1 ); - setButtonGuiItem( User1, KGuiItem( i18nc( "@action:button Search for messags", "&Search" ), "edit-find" ) ); + setButtonGuiItem( User1, KGuiItem( i18nc( "@action:button Search for messages", "&Search" ), "edit-find" ) ); setButtonGuiItem( User2, KStandardGuiItem::stop() ); KWindowSystem::setIcons( winId(), qApp->windowIcon().pixmap( IconSize( KIconLoader::Desktop ),