X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdisk_warning_dialog.cc;h=c1bdd32f7f37c5216b8a1787830872a79658defb;hb=e72a69ac2ebf24df05ba4b6de65bfa338a58b0ec;hp=46483f4a5dbfd018ab06e910dc5e235929c372ea;hpb=6b0a17aa9e87e914666e696b251555b934cfb811;p=dcpomatic.git diff --git a/src/wx/disk_warning_dialog.cc b/src/wx/disk_warning_dialog.cc index 46483f4a5..c1bdd32f7 100644 --- a/src/wx/disk_warning_dialog.cc +++ b/src/wx/disk_warning_dialog.cc @@ -41,9 +41,8 @@ DiskWarningDialog::DiskWarningDialog () sizer->SetSizeHints (this); text->SetLabelMarkup ( - _("The DCP-o-matic Disk Writer is\n\nALPHA-GRADE TEST SOFTWARE\n\n" - "and can\n\nDESTROY DATA!\n\n" - "Please do not continue unless Carl has asked you to test the software. " + _("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.") ); }