1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

* Fixed TWK-700: Add description for SuperCollection.

This commit is contained in:
Christian Muehlhaeuser 2012-03-02 02:28:27 +01:00
parent b07f498516
commit 33e0116e4b

View File

@ -372,6 +372,7 @@ ViewManager::showSuperCollection()
}
m_superCollectionModel->setTitle( tr( "All available tracks" ) );
m_superCollectionModel->setDescription( tr( "Combined libraries of all your online friends" ) );
m_superAlbumModel->setTitle( tr( "All available albums" ) );
ViewPage* shown = 0;