From fc45646205b2560710e52c8d387825a66c5450f5 Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Sun, 4 Mar 2012 22:28:35 -0500 Subject: [PATCH] Update SuperCollection header text --- src/libtomahawk/viewmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/viewmanager.cpp b/src/libtomahawk/viewmanager.cpp index 1124f930e..3f24720db 100644 --- a/src/libtomahawk/viewmanager.cpp +++ b/src/libtomahawk/viewmanager.cpp @@ -371,7 +371,7 @@ ViewManager::showSuperCollection() } } - m_superCollectionModel->setTitle( tr( "All available tracks" ) ); + m_superCollectionModel->setTitle( tr( "SuperCollection" ) ); m_superCollectionModel->setDescription( tr( "Combined libraries of all your online friends" ) ); m_superAlbumModel->setTitle( tr( "All available albums" ) );