From 5930257fed96857e0bfee0db4add92be0387c7e9 Mon Sep 17 00:00:00 2001
From: Jonas Kvinge
Date: Sun, 29 Dec 2019 23:46:49 +0100
Subject: [PATCH] Remove HTML from translations
---
src/dialogs/about.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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;
}