diff options
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
643 | appendFormat_String(src, | 643 | appendFormat_String(src, |
644 | "\n```\n%s\n```\n" | 644 | "\n```\n%s\n```\n" |
645 | "You can save it as a file to your Downloads folder, though. " | 645 | "You can save it as a file to your Downloads folder, though. " |
646 | "Press %s or select Save Page from the menu.", | 646 | "Press %s or select \"Save to Downloads\" from the menu.", |
647 | cstr_String(meta), | 647 | cstr_String(meta), |
648 | cstr_String(key)); | 648 | cstr_String(key)); |
649 | break; | 649 | break; |