From: Carl Hetherington Date: Sun, 17 Oct 2021 13:18:33 +0000 (+0200) Subject: Upgrade the disk writer warning (#1971). X-Git-Tag: v2.15.170~4 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d83d4091f83a05f0a3266622678bea10f266c70b Upgrade the disk writer warning (#1971). --- 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.") );