Summary: | Typo in the tooltip of the Search button in the Search Window | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | George Metaxas <gmetal31> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aspotashev |
Priority: | NOR | ||
Version: | 2.0.89 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
George Metaxas
2010-12-31 14:23:02 UTC
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 ), |