Just a tiny thing while I am at it. --- loader/mediacheck.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/loader/mediacheck.c b/loader/mediacheck.c index e47ff45..4bec1c8 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) { -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list