From 4a6672974dd1cca221419a1b9f0cbd43d0261ac0 Mon Sep 17 00:00:00 2001
From: Jason Herskowitz <jherskowitz@globallistic.com>
Date: Wed, 24 Sep 2014 07:39:34 -0400
Subject: [PATCH] Change label since other sources are likely the same version
 of the song just a different instance

---
 src/libtomahawk/playlist/TrackDetailView.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libtomahawk/playlist/TrackDetailView.cpp b/src/libtomahawk/playlist/TrackDetailView.cpp
index 16f4124ed..a7e844943 100644
--- a/src/libtomahawk/playlist/TrackDetailView.cpp
+++ b/src/libtomahawk/playlist/TrackDetailView.cpp
@@ -93,7 +93,7 @@ TrackDetailView::TrackDetailView( QWidget* parent )
     m_resultsBoxLabel = new CaptionLabel( this );
     m_resultsBoxLabel->setFont( f );
     m_resultsBoxLabel->setStyleSheet( "QLabel { color: rgba( 0, 0, 0, 50% ) }" );
-    m_resultsBoxLabel->setText( tr( "Alternate versions:" ) );
+    m_resultsBoxLabel->setText( tr( "Alternate Sources:" ) );
     m_resultsBoxLabel->setFixedWidth( width() - 4 );
     m_resultsBoxLabel->setFixedHeight( m_resultsBoxLabel->sizeHint().height() * 0.8 );
     m_resultsBoxLabel->hide();