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;
}