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:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user