From: Thomas Debesse Date: Sat, 4 Apr 2020 02:32:17 +0000 (+0200) Subject: radiant/about: reword message X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=b2eda1ce63eb9619971a76c605816e5338999814 radiant/about: reword message --- 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 );