From 91930d470e2c4f98db752d473402b66d8dd871cd Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Wed, 27 Jun 2012 02:04:05 +0200 Subject: [PATCH] Correct bad indentation --- src/internet/groovesharkservice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));