README: Rewrite the donating message

This commit is contained in:
Kamil Trzciński 2023-05-21 19:26:15 +02:00
parent 708aac3166
commit 903e5fefae
4 changed files with 4 additions and 15 deletions

View file

@ -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