diff --git a/src/libtomahawk/viewmanager.cpp b/src/libtomahawk/viewmanager.cpp index d87f9038a..1124f930e 100644 --- a/src/libtomahawk/viewmanager.cpp +++ b/src/libtomahawk/viewmanager.cpp @@ -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;