From dfb9d89d238e4b2ce1da6725e9c991bc35faeccb Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Sat, 20 Sep 2014 11:37:53 -0400 Subject: [PATCH] Better label for Show Offline Friends, instead of Sources --- src/libtomahawk/ActionCollection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/ActionCollection.cpp b/src/libtomahawk/ActionCollection.cpp index 377856db3..909b9d16e 100644 --- a/src/libtomahawk/ActionCollection.cpp +++ b/src/libtomahawk/ActionCollection.cpp @@ -112,7 +112,7 @@ ActionCollection::initActions() m_actionCollection[ "loadXSPF" ] = new QAction( tr( "Import Playlist..." ), this ); m_actionCollection[ "updateCollection" ] = new QAction( tr( "U&pdate Collection" ), this ); m_actionCollection[ "rescanCollection" ] = new QAction( tr( "Fully &Rescan Collection" ), this ); - m_actionCollection[ "showOfflineSources" ] = new QAction( tr( "Show Offline Sources" ), this ); + m_actionCollection[ "showOfflineSources" ] = new QAction( tr( "Show Offline Friends" ), this ); m_actionCollection[ "showOfflineSources" ]->setCheckable( true ); m_actionCollection[ "preferences" ] = new QAction( tr( "&Configure Tomahawk..." ), this ); m_actionCollection[ "preferences" ]->setIcon( ImageRegistry::instance()->icon( RESPATH "images/configure.svg" ) );