summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
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 ff89f5ec..e4dadeff 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -3222,7 +3222,7 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) {
3222 draw_Text(metaFont, 3222 draw_Text(metaFont,
3223 topRight_Rect(linkRect), 3223 topRight_Rect(linkRect),
3224 tmInlineContentMetadata_ColorId, 3224 tmInlineContentMetadata_ColorId,
3225 " \u2014 Fetching\u2026 (%.1f MB)", 3225 translateCStr_Lang(" \u2014 ${doc.fetching}\u2026 (%.1f ${mb})"),
3226 (float) bodySize_GmRequest(mr->req) / 1.0e6f); 3226 (float) bodySize_GmRequest(mr->req) / 1.0e6f);
3227 } 3227 }
3228 } 3228 }