From 4599b4a9ccd59f0301c48c509b393e5604324900 Mon Sep 17 00:00:00 2001
From: Jonas Kvinge
Date: Sat, 26 Jan 2019 18:10:04 +0100
Subject: [PATCH] Fix thanks to
---
src/dialogs/about.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp
index c7a548526..0e3a3b146 100644
--- a/src/dialogs/about.cpp
+++ b/src/dialogs/about.cpp
@@ -148,7 +148,7 @@ QString About::ContributorsHtml() const {
}
ret += QString("
");
- ret += QString("... and all the Amarok and Clementine contributors
");
+ ret += QString("Thanks to all the Amarok and Clementine contributors.
");
return ret;
}