From 3f97efb0d5ed327be564b02194e82b612ac886f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Sat, 26 Sep 2020 17:16:56 +0300 Subject: [PATCH 1/1] Fixed menu item label in error message --- src/ui/documentwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 3fbedb9a..162bda76 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c @@ -643,7 +643,7 @@ static void showErrorPage_DocumentWidget_(iDocumentWidget *d, enum iGmStatusCode appendFormat_String(src, "\n```\n%s\n```\n" "You can save it as a file to your Downloads folder, though. " - "Press %s or select Save Page from the menu.", + "Press %s or select \"Save to Downloads\" from the menu.", cstr_String(meta), cstr_String(key)); break; -- 2.34.1