mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
* User-friendlier (?) status texts.
This commit is contained in:
@@ -324,12 +324,12 @@ Source::onStateChanged( DBSyncConnection::State newstate, DBSyncConnection::Stat
|
|||||||
}
|
}
|
||||||
case DBSyncConnection::FETCHING:
|
case DBSyncConnection::FETCHING:
|
||||||
{
|
{
|
||||||
msg = tr( "Fetching" );
|
msg = tr( "Syncing" );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case DBSyncConnection::PARSING:
|
case DBSyncConnection::PARSING:
|
||||||
{
|
{
|
||||||
msg = tr( "Parsing" );
|
msg = tr( "Importing" );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case DBSyncConnection::SCANNING:
|
case DBSyncConnection::SCANNING:
|
||||||
|
Reference in New Issue
Block a user