]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Make About window message more explicit about maintainer and latest build 171/head
authorThomas Debesse <dev@illwieckz.net>
Thu, 18 Feb 2021 09:41:18 +0000 (10:41 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 18 Feb 2021 13:21:05 +0000 (14:21 +0100)
radiant/gtkdlgs.cpp

index a8ec09724249e4eb70228484b7d14f04460a7aab..1a1913d9b0b6e7321840be09d36a51073812d5a2 100644 (file)
@@ -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 "
                                                                                "<a href='https://netradiant.gitlab.io/'>"
                                                                                        "netradiant.gitlab.io"
                                                                                "</a>\n"
-                                                                               "Please report your issues on "
+                                                                               "Please report your issues at "
                                                                                "<a href='https://gitlab.com/xonotic/netradiant/issues'>"
                                                                                        "gitlab.com/xonotic/netradiant/issues"
                                                                                "</a>\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 );