From 33190c949f5249e211810cb57dced95eb3dfb39d Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 20 Oct 2020 10:43:31 +0300 Subject: Tweaked error message to be friendlier --- src/gmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmutil.c') diff --git a/src/gmutil.c b/src/gmutil.c index f55729d1..43586e55 100644 --- a/src/gmutil.c +++ b/src/gmutil.c @@ -214,7 +214,7 @@ static const struct { "The requested resource does not exist." } }, { unsupportedMimeType_GmStatusCode, { 0x1f47d, /* alien */ - "Unsupported MIME Type", + "Unsupported Content Type", "The received content cannot be viewed with this application." } }, { invalidHeader_GmStatusCode, { 0x1f4a9, /* pile of poo */ -- cgit v1.2.3