From d44ab700d065a5ac859df24969a4d993cee122ec Mon Sep 17 00:00:00 2001 From: Matthew Hambley Date: Sun, 25 Apr 2004 11:40:05 +0000 Subject: [project @ 2004-04-25 11:40:05 by matthewh] A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803 --- riscos/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/download.c') diff --git a/riscos/download.c b/riscos/download.c index 28db3bb1f..7682ebd3c 100644 --- a/riscos/download.c +++ b/riscos/download.c @@ -180,7 +180,7 @@ void gui_download_window_error(gui_window *g, const char *error) void gui_download_window_done(gui_window *g) { snprintf(g->status, 256, messages_get("Downloaded"), - g->data.download.content->source_size); + human_friendly_bytesize(g->data.download.content->source_size)); wimp_set_icon_state(g->window, ICON_DOWNLOAD_STATUS, 0, 0); -- cgit v1.2.3