1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Fixed button label.

This commit is contained in:
Christian Muehlhaeuser 2011-12-07 07:55:50 +01:00
parent 41b3ebf4e4
commit 45f7cd2938

@ -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" ) );
}