summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2005-12-01 16:51:04 +0000
committerDavid Cantrell <dcantrell@redhat.com>2005-12-01 16:51:04 +0000
commit13ed95eef4935b1e7020e1ddc3254b8afa0e1811 (patch)
tree0b3d6afbdd02d0c6a373e7ab0fefec784b310fc2 /loader2/cdinstall.c
parent57fc2a7e7c1d034e71764e8098ffa796a95e5764 (diff)
downloadanaconda-13ed95eef4935b1e7020e1ddc3254b8afa0e1811.tar.gz
anaconda-13ed95eef4935b1e7020e1ddc3254b8afa0e1811.tar.xz
anaconda-13ed95eef4935b1e7020e1ddc3254b8afa0e1811.zip
Rewording for the media check prompt dialog.
Diffstat (limited to 'loader2/cdinstall.c')
-rw-r--r--loader2/cdinstall.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c
index 27c41eec1..a022d74c3 100644
--- a/loader2/cdinstall.c
+++ b/loader2/cdinstall.c
@@ -109,11 +109,11 @@ static char * mediaCheckCdrom(char *cddriver) {
rc = newtWinChoice(_("Media Check"), _("Test"), _("Continue"),
_("If you would like to test additional media, "
"insert the next CD and press \"%s\". "
- "You do not have to test all CDs, although "
- "it is recommended you do so at least once.\n\n"
- "To begin the installation process "
- "insert CD #1 into the drive "
- "and press \"%s\"."),
+ "Testing each CD is not strictly required, however "
+ "it is highly recommended. Minimally, the CDs should "
+ "be tested prior to using them for the first time. "
+ "After they have been successfully tested, it is not "
+ "required to retest each CD prior to using it again."),
_("Test"), _("Continue"));
if (rc == 2) {