diff --git a/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp index f93bee853..2068c1fa7 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/hypemPlugin.cpp @@ -325,7 +325,7 @@ hypemPlugin::chartTypes() } - m_allChartsMap.insert( "Hypem", QVariant::fromValue( charts ) ); + m_allChartsMap.insert( "Hype Machine", QVariant::fromValue( charts ) ); qDebug() << "hypemPlugin:Chartstype: " << m_allChartsMap;