chore: Adjust changelog, about box and welcome message

This commit is contained in:
Stéphane Lesimple
2020-08-20 13:29:50 +02:00
parent d314a6bcef
commit 0a90d1b22a
3 changed files with 35 additions and 5 deletions

View File

@@ -769,10 +769,10 @@ void AboutDialog()
#ifdef MODIFIED_SOURCE
AboutTextWithLink(vbox, _("\nThis version is <b>not the original</b>. It has been patched\n"
"for Debian to support DVD-ROMs (with and without encryption),"
"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 or the Debian maintainer\n"
"but submit bugreports against GitHun instead.\n"),
"Please do not bother the original authors of dvdisaster nor the Debian maintainer\n"
"but submit bugreports against [GitHub] instead.\n"),
"https://github.com/speed47/dvdisaster");
#else