diff --git a/src/libtomahawk/contextmenu.cpp b/src/libtomahawk/contextmenu.cpp index fcba90360..baafe07f5 100644 --- a/src/libtomahawk/contextmenu.cpp +++ b/src/libtomahawk/contextmenu.cpp @@ -84,9 +84,9 @@ ContextMenu::setQueries( const QList& queries ) if ( m_supportedActions & ActionStopAfter && itemCount() == 1 ) { if ( AudioEngine::instance()->stopAfterTrack() == queries.first() ) - m_sigmap->setMapping( addAction( tr( "&Continue playback after this track" ) ), ActionStopAfter ); + m_sigmap->setMapping( addAction( tr( "&Continue Playback after this Track" ) ), ActionStopAfter ); else - m_sigmap->setMapping( addAction( tr( "&Stop playback after this track" ) ), ActionStopAfter ); + m_sigmap->setMapping( addAction( tr( "&Stop Playback after this Track" ) ), ActionStopAfter ); } addSeparator();