mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* Fixed TWK-559: Be more consistent with our GUI text.
This commit is contained in:
parent
3ed443456a
commit
a8b655fef8
@ -76,7 +76,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
m_pixmap = QPixmap( RESPATH "images/no-album-no-case.png" ).scaledToWidth( 48, Qt::SmoothTransformation );
|
||||
|
||||
m_button = new OverlayButton( ui->albums );
|
||||
m_button->setText( tr( "Click to show All Releases" ) );
|
||||
m_button->setText( tr( "Click to show Super Collection Albums" ) );
|
||||
m_button->setCheckable( true );
|
||||
m_button->setChecked( true );
|
||||
|
||||
@ -115,7 +115,7 @@ ArtistInfoWidget::onModeToggle()
|
||||
m_albumsModel->addAlbums( m_artist, QModelIndex() );
|
||||
|
||||
if ( m_button->isChecked() )
|
||||
m_button->setText( tr( "Click to show All Releases" ) );
|
||||
m_button->setText( tr( "Click to show Super Collection Albums" ) );
|
||||
else
|
||||
m_button->setText( tr( "Click to show Official Releases" ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user