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

* Forgot very bad match.

This commit is contained in:
Christian Muehlhaeuser 2012-12-23 21:08:30 +01:00
parent 130a8e7917
commit c2388829bc

View File

@ -247,6 +247,8 @@ PlayableModel::queryData( const query_ptr& query, int column, int role ) const
return tr( "Vague match" );
if ( score > 0.3 )
return tr( "Bad match" );
if ( score > 0.0 )
return tr( "Very bad match" );
return tr( "Not available" );
break;