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:
parent
d3d60327ab
commit
5930257fed
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user