mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
style & capitalization fixes
This commit is contained in:
@@ -906,9 +906,9 @@ Tomahawk::EchonestControl::calculateSummary()
|
||||
Q_ASSERT( qobject_cast< QComboBox* >( m_match.data() ) );
|
||||
QString isOrIsNot = qobject_cast< QComboBox* >( m_match.data() )->currentText().toLower();
|
||||
if ( isOrIsNot == "is" )
|
||||
summary = tr( "where Song Type is %1" ).arg( text );
|
||||
summary = tr( "where song type is %1" ).arg( text );
|
||||
else
|
||||
summary = tr( "where Song Type is not %1" ).arg( text );
|
||||
summary = tr( "where song type is not %1" ).arg( text );
|
||||
}
|
||||
|
||||
m_summary = summary;
|
||||
|
Reference in New Issue
Block a user