mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 20:41:58 +02:00
Rename LOVED TRACKS to FAVORITES for design consistency
This commit is contained in:
parent
1cda3d6697
commit
552f1b17dc
@ -56,7 +56,7 @@ LovedTracksItem::text() const
|
||||
if ( !par )
|
||||
return QString( tr( "Top Loved Tracks" ) );
|
||||
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() );
|
||||
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 )
|
||||
{
|
||||
raModel->setDescription( tr( "The most loved tracks from all your friends" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user