1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-01 01:56:44 +01:00

Remove HTML from translations

This commit is contained in:
Jonas Kvinge 2019-12-29 23:46:49 +01:00
parent d3d60327ab
commit 5930257fed

View File

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