mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
* Switch to 'You' and 'Your Collection' instead of 'My Collection' everywhere.
This commit is contained in:
@@ -41,7 +41,7 @@ LocalCollection::LocalCollection( const Tomahawk::source_ptr& source, QObject* p
|
|||||||
QString
|
QString
|
||||||
LocalCollection::prettyName() const
|
LocalCollection::prettyName() const
|
||||||
{
|
{
|
||||||
return tr( "My Collection" );
|
return tr( "Your Collection" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -894,7 +894,7 @@ Tomahawk::EchonestControl::calculateSummary()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
QString subSum;
|
QString subSum;
|
||||||
if ( b->currentText() == tr( "My Collection" ) )
|
if ( b->currentText() == tr( "You" ) )
|
||||||
summary = tr( "from my radio" );
|
summary = tr( "from my radio" );
|
||||||
else
|
else
|
||||||
summary = tr( "from %1 radio" ).arg( b->currentText() );
|
summary = tr( "from %1 radio" ).arg( b->currentText() );
|
||||||
|
@@ -506,7 +506,7 @@ TomahawkApp::initLocalCollection()
|
|||||||
connect( SourceList::instance(), SIGNAL( ready() ), SLOT( initServent() ) );
|
connect( SourceList::instance(), SIGNAL( ready() ), SLOT( initServent() ) );
|
||||||
|
|
||||||
source_ptr src( new Source( 0, Database::instance()->impl()->dbid() ) );
|
source_ptr src( new Source( 0, Database::instance()->impl()->dbid() ) );
|
||||||
src->setFriendlyName( tr( "My Collection" ) );
|
src->setFriendlyName( tr( "You" ) );
|
||||||
collection_ptr coll( new LocalCollection( src ) );
|
collection_ptr coll( new LocalCollection( src ) );
|
||||||
|
|
||||||
src->addCollection( coll );
|
src->addCollection( coll );
|
||||||
|
Reference in New Issue
Block a user