Lagrange [release]

Fixed menu item label in error message

3f97efb0d5ed327be564b02194e82b612ac886f9
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;