add context, otherwise it's not clear if it's a verb or a noun

svn path=/trunk/KDE/kdepim/kmail/; revision=1078837
wilder-work
Albert Astals Cid 16 years ago
parent aa5231c2c1
commit 5b7af6df1c
  1. 2
      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 {

Loading…
Cancel
Save