From d7bd8ee9a9b057d3cc1b75881668e1a6362b646a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 17 Sep 2020 16:52:35 +0300 Subject: DocumentWidget: Saving the source to a file "Save Page" now writes the current page's source to the Downloads folder as a file. --- src/gmutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gmutil.c') diff --git a/src/gmutil.c b/src/gmutil.c index b2c7e93f..f55729d1 100644 --- a/src/gmutil.c +++ b/src/gmutil.c @@ -215,8 +215,7 @@ static const struct { { unsupportedMimeType_GmStatusCode, { 0x1f47d, /* alien */ "Unsupported MIME Type", - "The received content is in an unsupported format and cannot be viewed with " - "this application." } }, + "The received content cannot be viewed with this application." } }, { invalidHeader_GmStatusCode, { 0x1f4a9, /* pile of poo */ "Invalid Header", -- cgit v1.2.3