From 11d1b742d9f6624efb92d3c8a94a79026d215326 Mon Sep 17 00:00:00 2001 From: Tony George Date: Mon, 16 Nov 2020 17:31:21 +0530 Subject: [PATCH] Update message --- src/Utility/Gtk/DonationWindow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utility/Gtk/DonationWindow.vala b/src/Utility/Gtk/DonationWindow.vala index f98456f..c2ac07b 100755 --- a/src/Utility/Gtk/DonationWindow.vala +++ b/src/Utility/Gtk/DonationWindow.vala @@ -82,7 +82,7 @@ public class DonationWindow : Gtk.Window { add_label(msg); - msg = _("This a free application that is provided without warranty or support. You can use the GitHub issue tracker for reporting issues, or post your questions on the Linux Mint forums. Please avoid reporting issues by email."); + msg = _("You can use the GitHub issue tracker for reporting issues, or post your questions on the Linux Mint forums. Please avoid reporting issues by email."); add_label(msg);