mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Grammar fix
This commit is contained in:
@@ -92,7 +92,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( "Alternative versions:" ) );
|
||||
m_resultsBoxLabel->setText( tr( "Alternate versions:" ) );
|
||||
m_resultsBoxLabel->setFixedWidth( width() - 4 );
|
||||
m_resultsBoxLabel->setFixedHeight( m_resultsBoxLabel->sizeHint().height() * 0.8 );
|
||||
m_resultsBoxLabel->hide();
|
||||
|
Reference in New Issue
Block a user