From 991ee020558f9bdf6418f9a90dcea42cc76dc5ee Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 18 Feb 2021 10:41:18 +0100 Subject: [PATCH] Make About window message more explicit about maintainer and latest build --- radiant/gtkdlgs.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp index a8ec0972..1a1913d9 100644 --- a/radiant/gtkdlgs.cpp +++ b/radiant/gtkdlgs.cpp @@ -451,14 +451,21 @@ void DoAbout(){ { char const *label_text = RADIANT_NAME " " RADIANT_VERSION_STRING " (" __DATE__ ")\n" RADIANT_ABOUTMSG "\n\n" - "Get news and updates on " + RADIANT_NAME " is a community project " + "maintained by Xonotic\n" + " and developed with help from" + " other game projects and\n" + " individuals.\n\n" + "Get news and latest build at " "" "netradiant.gitlab.io" "\n" - "Please report your issues on " + "Please report your issues at " "" "gitlab.com/xonotic/netradiant/issues" "\n\n" + "The team cannot provide support" + " for custom builds.\n\n" "This program is free software licensed under the GNU GPL."; auto label = ui::Label( label_text ); -- 2.39.2