summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-07 13:25:01 +0200
committerCarl Hetherington <cth@carlh.net>2020-08-07 16:53:24 +0200
commitec65767c7b1b8439b2b1414998db9c1f4048c1de (patch)
tree47c728d979741a3db2d1c7c71e23b0baf950d078
parent6c685e0cd6143dd7a8b1a9b5631b1bc9c0c4d687 (diff)
Tone down the disk startup warning a little.
-rw-r--r--src/wx/disk_warning_dialog.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/disk_warning_dialog.cc b/src/wx/disk_warning_dialog.cc
index 46483f4a5..16531ca5c 100644
--- a/src/wx/disk_warning_dialog.cc
+++ b/src/wx/disk_warning_dialog.cc
@@ -42,8 +42,7 @@ DiskWarningDialog::DiskWarningDialog ()
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"
- "and can\n\n<span weight=\"bold\" size=\"20480\" foreground=\"red\">DESTROY DATA!</span>\n\n"
- "Please do not continue unless Carl has asked you to test the software. "
+ "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.")
);
}