diff --git a/README.md b/README.md
index 258aa86..b664270 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,7 @@ This repository contains my own personal set of tools to help running Windows on
## Help this project
-**This project is provided free of charge, but development of it is not free - it takes a lot of effort**:
-
-- Consider donating to keep this project alive.
-- Donating also helps to fund new features.
+**Consider donating if you are happy with this project:**
diff --git a/RELEASE.md b/RELEASE.md
index 054869e..5ddff89 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,4 @@
-**This project is provided free of charge, but development of it is not free - it takes a lot of effort**:
-
-- Consider donating to keep this project alive.
-- Donating also helps to fund new features.
+**Consider donating if you are happy with this project:**
diff --git a/SteamController/Controller.cs b/SteamController/Controller.cs
index efa9c5e..18735e3 100644
--- a/SteamController/Controller.cs
+++ b/SteamController/Controller.cs
@@ -427,9 +427,7 @@ namespace SteamController
Dock = DockStyle.Top,
Font = new Font("Segoe UI", 9F, FontStyle.Bold),
Text = String.Join("\n",
- "This project is provided free of charge, but development of it is not free:",
- "- Consider donating to keep this project alive.",
- "- Donating also helps to fund new features."
+ "Consider donating if you are happy with this project."
),
TextAlign = ContentAlignment.MiddleLeft,
Height = 100
diff --git a/docs/README.md b/docs/README.md
index 704759f..71fed3f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -10,10 +10,7 @@
## Help this project
-**This project is provided free of charge, but development of it is not free - it takes a lot of effort**:
-
-- Consider donating to keep this project alive.
-- Donating also helps to fund new features.
+**Consider donating if you are happy with this project:**