diff --git a/src/help-dialogs.c b/src/help-dialogs.c
index 4a9b295..a366323 100644
--- a/src/help-dialogs.c
+++ b/src/help-dialogs.c
@@ -745,7 +745,7 @@ void AboutDialog()
#ifdef MODIFIED_SOURCE
AboutTextWithLink(vbox,
_("[Modified version]\n"
- "Copyright 2019-2020 Stephane Lesimple\n"
+ "Copyright 2019-2021 Stephane Lesimple\n"
"Copyright 2005-2017 Debian Optical Media Tools Team\n"
"Copyright 2004-2017 Carsten Gnoerlich"),
"MODIFYING");
diff --git a/src/welcome-window.c b/src/welcome-window.c
index a91ca5f..d67fd00 100644
--- a/src/welcome-window.c
+++ b/src/welcome-window.c
@@ -79,11 +79,11 @@ static gboolean expose_cb(GtkWidget *widget, GdkEventExpose *event, gpointer dat
Closure->invisibleDash = g_strdup_printf("-",
bg->red>>8, bg->green>>8, bg->blue>>8);
- AboutText(box, _("Unofficial version.\n\n"
- "This is a modified version of the last 0.79.6 upstream pre-release.\n"
- "We add support for a full CLI version, BD-R TL/QL, a Windows build, add an option to\n"
+ AboutText(box, _("The 0.79.6 patchlevel series are modified/enhanced from the last upstream pre-release.\n"
+ "We add support for a full CLI version, BD-R TL/QL, a Windows build, an option to\n"
"produce bigger BD-R RS03 images, re-enabled adaptive reading (except for RS03), and more.\n"
- "Please refer to the changelog for more information.\n"
+ "\n"
+ "Please refer to the Help > Change log menu for all the details.\n"
"The warning message from the pre-release version is retained below.\n"));
AboutText(box, _("Please note:\n"