1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Rename sidebar groups.

This commit is contained in:
Christian Muehlhaeuser
2014-08-13 00:58:44 +02:00
parent 65d8b221d9
commit 8272c795ff

View File

@@ -299,10 +299,10 @@ SourcesModel::appendGroups()
{ {
beginInsertRows( QModelIndex(), rowCount(), rowCount() + 5 ); beginInsertRows( QModelIndex(), rowCount(), rowCount() + 5 );
m_browse = new GroupItem( this, m_rootItem, tr( "Browse" ), 0 ); m_browse = new GroupItem( this, m_rootItem, tr( "Discover" ), 0 );
new HistoryItem( this, m_rootItem, tr( "Search History" ), 1 ); new HistoryItem( this, m_rootItem, tr( "Open Pages" ), 1 );
// new SourceTreeItem( this, m_rootItem, SourcesModel::Divider, 2 ); // new SourceTreeItem( this, m_rootItem, SourcesModel::Divider, 2 );
m_myMusicGroup = new GroupItem( this, m_rootItem, tr( "My Music" ), 3 ); m_myMusicGroup = new GroupItem( this, m_rootItem, tr( "Your Music" ), 3 );
InboxItem* inbox = new InboxItem( this, m_browse ); InboxItem* inbox = new InboxItem( this, m_browse );
inbox->setSortValue( 4 ); inbox->setSortValue( 4 );