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

* Remove nonsense.

This commit is contained in:
Christian Muehlhaeuser 2011-12-04 07:32:49 +01:00
parent eaf9d806d1
commit 9d4974b174

View File

@ -226,7 +226,7 @@ Source::scanningProgress( unsigned int files )
if ( files )
m_textStatus = tr( "Scanning (%L1 tracks)" ).arg( files );
else
m_textStatus = tr( "Scanning" ).arg( files );
m_textStatus = tr( "Scanning" );
emit stateChanged();
}