mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Rename LOVED TRACKS to FAVORITES for design consistency
This commit is contained in:
@@ -56,7 +56,7 @@ LovedTracksItem::text() const
|
|||||||
if ( !par )
|
if ( !par )
|
||||||
return QString( tr( "Top Loved Tracks" ) );
|
return QString( tr( "Top Loved Tracks" ) );
|
||||||
else
|
else
|
||||||
return QString( tr( "Loved Tracks" ) );
|
return QString( tr( "Favorites" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ LovedTracksItem::activate()
|
|||||||
TrackItemDelegate* del = new TrackItemDelegate( TrackItemDelegate::LovedTracks, pv->trackView(), pv->trackView()->proxyModel() );
|
TrackItemDelegate* del = new TrackItemDelegate( TrackItemDelegate::LovedTracks, pv->trackView(), pv->trackView()->proxyModel() );
|
||||||
pv->trackView()->setPlaylistItemDelegate( del );
|
pv->trackView()->setPlaylistItemDelegate( del );
|
||||||
|
|
||||||
pv->setEmptyTip( tr( "Sorry, we could not find any loved tracks!" ) );
|
pv->setEmptyTip( tr( "Sorry, we could not find any of your Favorites!" ) );
|
||||||
if ( !par )
|
if ( !par )
|
||||||
{
|
{
|
||||||
raModel->setDescription( tr( "The most loved tracks from all your friends" ) );
|
raModel->setDescription( tr( "The most loved tracks from all your friends" ) );
|
||||||
|
Reference in New Issue
Block a user