Update Spotify attribution text.

This commit is contained in:
John Maguire 2013-05-17 17:01:41 +02:00
parent d829d75d49
commit 1d9a1ab0ba
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ QString About::MakeHtml() const {
ret += QString("<br /><a href=\"http://hyperboleandahalf.blogspot.com\">Allie Brosh</a></p>");
#ifdef HAVE_SPOTIFY
ret += "<p>This product uses SPOTIFY(R) CORE but is not endorsed, certified "
"or otherwise approved in any way by Spotify. Spotify is the "
"registered trade mark of the Spotify Group.</p>";
ret += "<p>This product uses Music by Spotify but is not endorsed, certified "
"or otherwise approved in any way by Spotify. Spotify is the registered "
"trade mark of the Spotify Group.</p>";
#endif // HAVE_SPOTIFY
return ret;