Fix thanks to

This commit is contained in:
Jonas Kvinge 2019-01-26 18:10:04 +01:00
parent 6ab6ab56dd
commit 4599b4a9cc
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ QString About::ContributorsHtml() const {
}
ret += QString("</p>");
ret += QString("<p>... and all the Amarok and Clementine contributors</p>");
ret += QString("<p>Thanks to all the Amarok and Clementine contributors.</p>");
return ret;
}