mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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:
|
||||
{
|
||||
msg = tr( "Fetching" );
|
||||
msg = tr( "Syncing" );
|
||||
break;
|
||||
}
|
||||
case DBSyncConnection::PARSING:
|
||||
{
|
||||
msg = tr( "Parsing" );
|
||||
msg = tr( "Importing" );
|
||||
break;
|
||||
}
|
||||
case DBSyncConnection::SCANNING:
|
||||
|
Reference in New Issue
Block a user