1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Clarify context menu for Similar Tracks. We can change it back to Track Page once we have more info for a track like lyrics and stats.

This commit is contained in:
Jason Herskowitz 2014-10-08 13:48:30 -04:00
parent d3a32b5d24
commit cd162cf255

View File

@ -194,7 +194,7 @@ ContextMenu::setQueries( const QList<Tomahawk::query_ptr>& queries )
// Ampersands need to be escaped as they indicate a keyboard shortcut
const QString track = m_queries.first()->track()->track().replace( QString( "&" ), QString( "&&" ) );
m_sigmap->setMapping( addAction( ImageRegistry::instance()->icon( RESPATH "images/track-icon.svg" ),
tr( "&Go to \"%1\"" ).arg( track ) ), ActionTrackPage );
tr( "View Similar Tracks to \"%1\"" ).arg( track ) ), ActionTrackPage );
if ( !m_queries.first()->track()->album().isEmpty() )
{
const QString album = m_queries.first()->track()->album().replace( QString( "&" ), QString( "&&" ) );