From b2eda1ce63eb9619971a76c605816e5338999814 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 4 Apr 2020 04:32:17 +0200 Subject: [PATCH] radiant/about: reword message --- radiant/gtkdlgs.cpp | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp index 69efc9f5..a8ec0972 100644 --- a/radiant/gtkdlgs.cpp +++ b/radiant/gtkdlgs.cpp @@ -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 " "" "netradiant.gitlab.io" - "\n\n" - RADIANT_NAME " is unsupported, however\n" - "you may report your problems at\n" + "\n" + "Please report your issues on " "" "gitlab.com/xonotic/netradiant/issues" - ""; + "\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 ); -- 2.39.2