mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Remove nonsense.
This commit is contained in:
@@ -226,7 +226,7 @@ Source::scanningProgress( unsigned int files )
|
|||||||
if ( files )
|
if ( files )
|
||||||
m_textStatus = tr( "Scanning (%L1 tracks)" ).arg( files );
|
m_textStatus = tr( "Scanning (%L1 tracks)" ).arg( files );
|
||||||
else
|
else
|
||||||
m_textStatus = tr( "Scanning" ).arg( files );
|
m_textStatus = tr( "Scanning" );
|
||||||
|
|
||||||
emit stateChanged();
|
emit stateChanged();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user