diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-17 15:18:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-17 15:25:09 +0200 |
| commit | d83d4091f83a05f0a3266622678bea10f266c70b (patch) | |
| tree | 1a2d78968466b7f6355ae71abaa1b0f17157a5d5 /src | |
| parent | 76d9b784295f16a9d53d910fac18761e3e633c22 (diff) | |
Upgrade the disk writer warning (#1971).
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/disk_warning_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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.") ); |
