https://bugs.kde.org/show_bug.cgi?id=261716
George Metaxas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #2 from George Metaxas <gmetal31 gmail com> 2011-01-03 22:44:36 --- commit f58797968836d07cc031307a758728775490c0ba branch master Author: George Metaxas <[email protected]> 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 ), -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
