From db5094f04476675c0bcc2ef4755f400e5c883aec Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 22 Jan 2010 23:37:49 +0000 Subject: [PATCH] add context, otherwise it's not clear if it's a verb or a noun svn path=/trunk/KDE/kdepim/kmail/; revision=1078837 --- kmail/kmcomposewin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp index f193dac1ee..b75d0100d3 100644 --- a/kmail/kmcomposewin.cpp +++ b/kmail/kmcomposewin.cpp @@ -1122,7 +1122,7 @@ void KMComposeWin::setupActions( void ) actionCollection()->addAction( "send_alternative", action ); connect( action, SIGNAL(triggered(bool)), SLOT(slotSendLater()) ); actActionLaterMenu = new KActionMenu( KIcon( "mail-queue" ), i18n("Send &Later Via"), this ); - actActionLaterMenu->setIconText( i18n( "Queue" ) ); + actActionLaterMenu->setIconText( i18nc( "Queue the message for sending at a later date", "Queue" ) ); actionCollection()->addAction( "send_alternative_via", actActionLaterMenu ); } else { -- 2.11.4.GIT