1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02: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->setTitle( tr( "All available tracks" ) );
m_superCollectionModel->setDescription( tr( "Combined libraries of all your online friends" ) );
m_superAlbumModel->setTitle( tr( "All available albums" ) ); m_superAlbumModel->setTitle( tr( "All available albums" ) );
ViewPage* shown = 0; ViewPage* shown = 0;