From 101a45bb6af7357ba3ff16dfdab2e9cc8ad676c5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Oct 2021 15:18:33 +0200 Subject: [PATCH] Upgrade the disk writer warning (#1971). --- src/wx/disk_warning_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/disk_warning_dialog.cc b/src/wx/disk_warning_dialog.cc index 16531ca5c..c1bdd32f7 100644 --- a/src/wx/disk_warning_dialog.cc +++ b/src/wx/disk_warning_dialog.cc @@ -41,7 +41,7 @@ DiskWarningDialog::DiskWarningDialog () sizer->SetSizeHints (this); text->SetLabelMarkup ( - _("The DCP-o-matic Disk Writer is\n\nALPHA-GRADE TEST SOFTWARE\n\n" + _("The DCP-o-matic Disk Writer is\n\nBETA-GRADE TEST SOFTWARE\n\n" "and may\n\nDESTROY DATA!\n\n" "If you are sure you want to continue please type\n\nI am sure\n\ninto the box below, then click OK.") ); -- 2.30.2