summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-26 17:16:56 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-26 17:16:56 +0300
commit3f97efb0d5ed327be564b02194e82b612ac886f9 (patch)
treef020c3a84bd08f97b77f54914ec1a2d172082584 /src/ui/documentwidget.c
parentf0f51827e1d6bd0c61f53942209bc676cb95214b (diff)
Fixed menu item label in error message
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r--src/ui/documentwidget.c2
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;