Lagrange [release]
Fixed menu item label in error message
[1mdiff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c[m
[1mindex 3fbedb9a..162bda76 100644[m
[1m--- a/src/ui/documentwidget.c[m
[1m+++ b/src/ui/documentwidget.c[m
[36m@@ -643,7 +643,7 @@[m [mstatic void showErrorPage_DocumentWidget_(iDocumentWidget *d, enum iGmStatusCode[m
appendFormat_String(src,[m
"\n```\n%s\n```\n"[m
"You can save it as a file to your Downloads folder, though. "[m
[31m- "Press %s or select Save Page from the menu.",[m
[32m+[m[32m "Press %s or select \"Save to Downloads\" from the menu.",[m
cstr_String(meta),[m
cstr_String(key));[m
break;[m