]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
radiant/about: reword message
authorThomas Debesse <dev@illwieckz.net>
Sat, 4 Apr 2020 02:32:17 +0000 (04:32 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 4 Apr 2020 07:42:06 +0000 (09:42 +0200)
radiant/gtkdlgs.cpp

index 69efc9f57e6b69da9deebc64368f40a53e8ec8e1..a8ec09724249e4eb70228484b7d14f04460a7aab 100644 (file)
@@ -449,20 +449,17 @@ 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 "
                                                                                "<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 on "
                                                                                "<a href='https://gitlab.com/xonotic/netradiant/issues'>"
                                                                                        "gitlab.com/xonotic/netradiant/issues"
-                                                                               "</a>";
+                                                                               "</a>\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 );