X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Futil.c;h=b69d9bff328cb8564b7137ba62cb2407c4332e75;hb=5c0846b71891c0c088de4f9ef4cc6ab545f5b64e;hp=2d151478164f247bca678f6583d7ae71a86550fa;hpb=dc9b749a16fde09e45f3d3175aec680d38f3d298;p=wimlib diff --git a/src/util.c b/src/util.c index 2d151478..b69d9bff 100644 --- a/src/util.c +++ b/src/util.c @@ -304,8 +304,7 @@ static const tchar *error_strings[] = { [WIMLIB_ERR_INVALID_CHUNK_SIZE] = T("The WIM chunk size was invalid"), [WIMLIB_ERR_INVALID_COMPRESSION_TYPE] - = T("The WIM is compressed, but is not marked as having LZX or " - "XPRESS compression"), + = T("The WIM compression type was invalid"), [WIMLIB_ERR_INVALID_HEADER] = T("The WIM header was invalid"), [WIMLIB_ERR_INVALID_IMAGE]