From: Thomas Debesse Date: Thu, 18 Feb 2021 09:41:18 +0000 (+0100) Subject: Make About window message more explicit about maintainer and latest build X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=991ee020558f9bdf6418f9a90dcea42cc76dc5ee Make About window message more explicit about maintainer and latest build --- 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 );