summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-03 06:25:52 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-03 06:25:52 +0300
commit0336bc677685ad3c7765f6bb46d1b7e3d66935de (patch)
tree0527b057cf868ac68b7073d73cfe567a8ee9d107 /src/ui/documentwidget.c
parent7584277f59646fb38c80242a2503176e073be367 (diff)
Lang: Added new and missing strings
IssueID #192
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 290bf95e..4158b719 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -1762,7 +1762,7 @@ static void saveToDownloads_(const iString *url, const iString *mime, const iBlo
1762 exportDownloadedFile_iOS(savePath); 1762 exportDownloadedFile_iOS(savePath);
1763#else 1763#else
1764 const iMenuItem items[2] = { 1764 const iMenuItem items[2] = {
1765 { "Open Downloaded File", 0, 0, 1765 { "${dlg.save.opendownload}", 0, 0,
1766 format_CStr("!open url:%s", cstrCollect_String(makeFileUrl_String(savePath))) }, 1766 format_CStr("!open url:%s", cstrCollect_String(makeFileUrl_String(savePath))) },
1767 { "${dlg.message.ok}", 0, 0, "message.ok" }, 1767 { "${dlg.message.ok}", 0, 0, "message.ok" },
1768 }; 1768 };