diff --git a/src/accounts/spotify/SpotifyAccount.h b/src/accounts/spotify/SpotifyAccount.h index 0bbb5f9b5..f83021177 100644 --- a/src/accounts/spotify/SpotifyAccount.h +++ b/src/accounts/spotify/SpotifyAccount.h @@ -41,7 +41,7 @@ public: SpotifyAccountFactory() {} virtual Account* createAccount( const QString& accountId = QString() ); - virtual QString description() const { return tr( "Play music from and sync your playlists with Spotify" ); } + virtual QString description() const { return tr( "Play music from and sync your playlists with Spotify Premium" ); } virtual QString factoryId() const { return "spotifyaccount"; } virtual QString prettyName() const { return "Spotify"; }