1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* User-friendlier (?) status texts.

This commit is contained in:
Christian Muehlhaeuser 2012-06-16 10:34:03 +02:00
parent d1c41f4ad0
commit 7b89645718

View File

@ -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: