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:
parent
d3a32b5d24
commit
cd162cf255
@ -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( "&&" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user