Tone down the disk startup warning a little.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Aug 2020 11:25:01 +0000 (13:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Aug 2020 14:53:24 +0000 (16:53 +0200)
src/wx/disk_warning_dialog.cc

index 46483f4a5dbfd018ab06e910dc5e235929c372ea..16531ca5c20682e2a671bab795160376ea690a99 100644 (file)
@@ -42,8 +42,7 @@ DiskWarningDialog::DiskWarningDialog ()
 
        text->SetLabelMarkup (
                _("The <b>DCP-o-matic Disk Writer</b> is\n\n<span weight=\"bold\" size=\"20480\" foreground=\"red\">ALPHA-GRADE TEST SOFTWARE</span>\n\n"
-                 "and can\n\n<span weight=\"bold\" size=\"20480\" foreground=\"red\">DESTROY DATA!</span>\n\n"
-                 "Please do not continue unless Carl has asked you to test the software. "
+                 "and may\n\n<span weight=\"bold\" size=\"20480\" foreground=\"red\">DESTROY DATA!</span>\n\n"
                  "If you are sure you want to continue please type\n\n<tt>I am sure</tt>\n\ninto the box below, then click OK.")
                );
 }