diff --git a/welcome-window.c b/welcome-window.c index fd6768b..4a7b6b5 100644 --- a/welcome-window.c +++ b/welcome-window.c @@ -79,13 +79,10 @@ 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, _("- Added support for BDXL-TL 100GB media")); - AboutText(box, _("- Optimized ecc generation when medium was previously read\n")); -*/ AboutText(box, _("Unofficial version.\n\n" - "This is a modified version of the 0.79.6-5 Debian version,\n" - "which is based on the 0.79.6 pre-release, with some enhancements.\n" + "This is a modified version of the last 0.79.6 upstream pre-release.\n" + "Patchlevel 1 adds support for a full CLI version, BD-R TL/QL,\n" + "and adds back support of Windows builds.\n" "See the About box and changelog for more information.\n" "The warning message from the pre-release version is retained below.\n"));