1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +02:00

Better label for Cloud Collectoins

This commit is contained in:
Jason Herskowitz
2014-09-21 15:45:11 -04:00
parent cd5a764413
commit ccef442b42

View File

@@ -326,7 +326,7 @@ SourcesModel::appendGroups()
newReleases->setSortValue( 7 ); newReleases->setSortValue( 7 );
m_collectionsGroup = new GroupItem( this, m_rootItem, tr( "Friends" ), 4 ); m_collectionsGroup = new GroupItem( this, m_rootItem, tr( "Friends" ), 4 );
m_cloudGroup = new GroupItem( this, m_rootItem, tr( "Cloud" ), 5 ); m_cloudGroup = new GroupItem( this, m_rootItem, tr( "Cloud Collections" ), 5 );
endInsertRows(); endInsertRows();