]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.cpp
build/about: reword a bit the about message
[xonotic/netradiant.git] / radiant / gtkdlgs.cpp
index b9d986e9b995c26a22c48604d7caa8c0fbcc6c64..a4b9d762363e573fe5388482c35ffa6f6d3396aa 100644 (file)
@@ -470,10 +470,6 @@ void DoAbout(){
                                AddParagraph( about_vbox,
                                        RADIANT_NAME " " RADIANT_VERSION_STRING " (" __DATE__ ")\n"
                                        RADIANT_ABOUTMSG );
-                               AddParagraph( about_vbox,
-                                       RADIANT_NAME " is a community project maintained by Xonotic\n"
-                                       "and developed with help from other game projects and\n"
-                                       "individuals." );
                                AddParagraph( about_vbox,
                                        "Get news and latest build at "
                                        "<a href='https://netradiant.gitlab.io/'>"
@@ -482,10 +478,17 @@ void DoAbout(){
                                        "Please report your issues at "
                                        "<a href='https://gitlab.com/xonotic/netradiant/issues'>"
                                                "gitlab.com/xonotic/netradiant/issues"
-                                       "</a>", true );
+                                       "</a>\n"
+                                       "The team cannot provide support for custom builds.", true );
                                AddParagraph( about_vbox,
-                                       "The team cannot provide support"
-                                       " for custom builds." );
+                                       RADIANT_NAME " is a community project maintained by "
+                                       "<a href='https://xonotic.org'>"
+                                               "Xonotic"
+                                       "</a>\n"
+                                       "and developed with help from "
+                                       "<a href='https://netradiant.gitlab.io/page/about/'>"
+                                               "other game projects"
+                                       "</a> and individuals. ", true );
                                AddParagraph( about_vbox,
                                        "This program is free software licensed under the GNU GPL." );
                        }