1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Change label since other sources are likely the same version of the song just a different instance

This commit is contained in:
Jason Herskowitz 2014-09-24 07:39:34 -04:00
parent 2c51c936e9
commit 4a6672974d

View File

@ -93,7 +93,7 @@ TrackDetailView::TrackDetailView( QWidget* parent )
m_resultsBoxLabel = new CaptionLabel( this );
m_resultsBoxLabel->setFont( f );
m_resultsBoxLabel->setStyleSheet( "QLabel { color: rgba( 0, 0, 0, 50% ) }" );
m_resultsBoxLabel->setText( tr( "Alternate versions:" ) );
m_resultsBoxLabel->setText( tr( "Alternate Sources:" ) );
m_resultsBoxLabel->setFixedWidth( width() - 4 );
m_resultsBoxLabel->setFixedHeight( m_resultsBoxLabel->sizeHint().height() * 0.8 );
m_resultsBoxLabel->hide();