Upgrade the disk writer warning (#1971).
authorCarl Hetherington <cth@carlh.net>
Sun, 17 Oct 2021 13:18:33 +0000 (15:18 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Oct 2021 13:18:33 +0000 (15:18 +0200)
src/wx/disk_warning_dialog.cc

index 16531ca5c20682e2a671bab795160376ea690a99..c1bdd32f7f37c5216b8a1787830872a79658defb 100644 (file)
@@ -41,7 +41,7 @@ DiskWarningDialog::DiskWarningDialog ()
        sizer->SetSizeHints (this);
 
        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"
+               _("The <b>DCP-o-matic Disk Writer</b> is\n\n<span weight=\"bold\" size=\"20480\" foreground=\"red\">BETA-GRADE TEST SOFTWARE</span>\n\n"
                  "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.")
                );