mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Fixed button label.
This commit is contained in:
@@ -118,9 +118,9 @@ ArtistInfoWidget::setMode( ModelMode mode )
|
||||
onModeToggle();
|
||||
|
||||
if ( mode == InfoSystemMode )
|
||||
m_button->setText( tr( "Click to show Super Collection Tracks" ) );
|
||||
m_button->setText( tr( "Click to show Super Collection Albums" ) );
|
||||
else
|
||||
m_button->setText( tr( "Click to show Official Tracks" ) );
|
||||
m_button->setText( tr( "Click to show Official Albums" ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user