mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Fixed button label.
This commit is contained in:
@@ -118,9 +118,9 @@ ArtistInfoWidget::setMode( ModelMode mode )
|
|||||||
onModeToggle();
|
onModeToggle();
|
||||||
|
|
||||||
if ( mode == InfoSystemMode )
|
if ( mode == InfoSystemMode )
|
||||||
m_button->setText( tr( "Click to show Super Collection Tracks" ) );
|
m_button->setText( tr( "Click to show Super Collection Albums" ) );
|
||||||
else
|
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