summaryrefslogtreecommitdiffstats
path: root/loader/mediacheck.c
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2010-03-30 18:32:14 +0200
committerRadek Vykydal <rvykydal@redhat.com>2010-03-31 10:20:43 +0200
commit348e6e1a7c998d44676a58b28959897a9d4dffa2 (patch)
treeeabd8ed8e4ed2150c00226b29596ff765e470bc6 /loader/mediacheck.c
parent2aec054f000c7fe8538f27709a50f6a8bee0d726 (diff)
downloadanaconda-348e6e1a7c998d44676a58b28959897a9d4dffa2.tar.gz
anaconda-348e6e1a7c998d44676a58b28959897a9d4dffa2.tar.xz
anaconda-348e6e1a7c998d44676a58b28959897a9d4dffa2.zip
Make checksum error message user-friendlier (#578151)
Diffstat (limited to 'loader/mediacheck.c')
-rw-r--r--loader/mediacheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/mediacheck.c b/loader/mediacheck.c
index e47ff4565..4bec1c845 100644
--- a/loader/mediacheck.c
+++ b/loader/mediacheck.c
@@ -84,8 +84,8 @@ int doMediaCheck(char *file, char *descr) {
if (rc == ISOMD5SUM_CHECK_NOT_FOUND) {
logMessage(WARNING, "mediacheck: %s (%s) has no checksum info", file, descr);
newtWinMessage(_("Error"), _("OK"),
- _("Unable to read the disc checksum from the "
- "primary volume descriptor. This probably "
+ _("Unable to find the checksum in the "
+ "image. This probably "
"means the disc was created without adding the "
"checksum."));
} else if (rc == ISOMD5SUM_FILE_NOT_FOUND) {