diff --git a/src/internet/groovesharkservice.cpp b/src/internet/groovesharkservice.cpp index 0795fee0f..28a2f3d41 100644 --- a/src/internet/groovesharkservice.cpp +++ b/src/internet/groovesharkservice.cpp @@ -584,7 +584,7 @@ void GroovesharkService::EnsureItemsCreated() { root_->appendRow(search_); QStandardItem* popular = new QStandardItem(QIcon(":/star-on.png"), - tr("Popular songs")); + tr("Popular songs")); root_->appendRow(popular); popular_month_ = new QStandardItem(QIcon(":/star-on.png"), tr("Popular songs of the Month"));