From 9d4974b174e96fc0c1570b957ec3d3dfa092a0dd Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 4 Dec 2011 07:32:49 +0100 Subject: [PATCH] * Remove nonsense. --- src/libtomahawk/source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/source.cpp b/src/libtomahawk/source.cpp index 17cb3f5a5..bf45bd031 100644 --- a/src/libtomahawk/source.cpp +++ b/src/libtomahawk/source.cpp @@ -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(); }