diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp index 6b2b62cc6..24cef1d01 100644 --- a/src/dialogs/about.cpp +++ b/src/dialogs/about.cpp @@ -176,7 +176,9 @@ QString About::ContributorsHtml() const { } ret += "
"; - ret += tr("Thanks to all the other Amarok and Clementine contributors.
"); + ret += ""; + ret += tr("Thanks to all the other Amarok and Clementine contributors."); + ret += "
"; return ret; }