diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp index c7a548526..0e3a3b146 100644 --- a/src/dialogs/about.cpp +++ b/src/dialogs/about.cpp @@ -148,7 +148,7 @@ QString About::ContributorsHtml() const { } ret += QString("
"); - ret += QString("... and all the Amarok and Clementine contributors
"); + ret += QString("Thanks to all the Amarok and Clementine contributors.
"); return ret; }