diff --git a/src/help-dialogs.c b/src/help-dialogs.c
index cfef103..919dcee 100644
--- a/src/help-dialogs.c
+++ b/src/help-dialogs.c
@@ -780,11 +780,13 @@ void GuiAboutDialog()
GuiAboutTextWithLink(vbox, text, HOMEPAGE);
g_free(text);
- GuiAboutTextWithLink(vbox, _("\nThis version is not the original. It has been patched\n"
- "for Debian to support DVD-ROMs (with and without encryption),\n"
- "and subsequently patched again to support a CLI-only build, among other things.\n\n"
- "Please do not bother the original authors of dvdisaster\n"
- "but submit bugreports against [GitHub] instead.\n"),
+ GuiAboutTextWithLink(vbox, _("\nThis version is not the original. It has been enhanced mainly to\n"
+ "add support for BD-R TL/QL and HD-DVD, add support for stripping ECC from ISOs,\n"
+ "add an option to generate BD-R RS03 images with more redundancy,\n"
+ "re-enable adaptive reading support,\n"
+ "port the GUI to GTK3, and a lot of other things.\n\n"
+ "Please do not bother the original authors of dvdisaster,\n"
+ "submit bugreports against [GitHub] instead.\n"),
"https://github.com/speed47/dvdisaster");
#ifdef SYS_NETBSD
diff --git a/src/welcome-window.c b/src/welcome-window.c
index ed44176..fac644c 100644
--- a/src/welcome-window.c
+++ b/src/welcome-window.c
@@ -80,9 +80,14 @@ void GuiCreateWelcomePage(GtkNotebook *notebook)
GuiAboutText(box, _("New in this Version:"));
- GuiAboutTextWithLink(box, _("This is v0.79.10-pl3. The [patchlevel series] are enhanced from the last upstream release.\n"
- "We add support for BD-R TL/QL, Windows and MacOS builds, an option to produce bigger BD-R RS03,\n"
- "images, support for stripping ECC from ISOs, re-enabled adaptive reading (except for RS03), and more.\n"
+ GuiAboutTextWithLink(box, _(
+ "This is v0.79.10-pl4. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
+ "- add support for BD-R TL/QL and HD-DVD,\n"
+ "- add support for stripping ECC from ISOs,\n"
+ "- add an option to generate BD-R RS03 images with more redundancy,\n"
+ "- re-enable adaptive reading support,\n"
+ "- port the GUI to GTK3,\n"
+ "- ... and a lot more.\n"
"\n"
"Please refer to the Help > Change log menu for all the details."), "https://github.com/speed47/dvdisaster");