]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.cpp
netradiant: some bikeshedding (whitespace, wording)
[xonotic/netradiant.git] / radiant / gtkdlgs.cpp
index 69efc9f57e6b69da9deebc64368f40a53e8ec8e1..313d78f336a21d3629477b886edb82526b086d89 100644 (file)
@@ -449,20 +449,24 @@ void DoAbout(){
                        }
 
                        {
-                               char const *label_text = RADIANT_NAME " " RADIANT_VERSION_STRING "\n"
-                                                                               __DATE__ "\n\n"
+                               char const *label_text = RADIANT_NAME " " RADIANT_VERSION_STRING " (" __DATE__ ")\n"
                                                                                RADIANT_ABOUTMSG "\n\n"
-                                                                               "This program is free software\n"
-                                                                               "licensed under the GNU GPL.\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\n"
-                                                                               RADIANT_NAME " is unsupported, however\n"
-                                                                               "you may report your problems at\n"
+                                                                               "</a>\n"
+                                                                               "Please report your issues at "
                                                                                "<a href='https://gitlab.com/xonotic/netradiant/issues'>"
                                                                                        "gitlab.com/xonotic/netradiant/issues"
-                                                                               "</a>";
+                                                                               "</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 );
                                gtk_label_set_use_markup( GTK_LABEL( label ), true );