summaryrefslogtreecommitdiff
path: root/riscos/download.c
diff options
context:
space:
mode:
authorMatthew Hambley <lists@aether.demon.co.uk>2004-04-25 11:40:05 +0000
committerMatthew Hambley <lists@aether.demon.co.uk>2004-04-25 11:40:05 +0000
commitd44ab700d065a5ac859df24969a4d993cee122ec (patch)
treeeb67109f3052b0b5beb2b3da5116c55ec36ab954 /riscos/download.c
parent7a06e57bb2a2495c3b3f1b8d63217aec4320de85 (diff)
downloadnetsurf-d44ab700d065a5ac859df24969a4d993cee122ec.tar.gz
netsurf-d44ab700d065a5ac859df24969a4d993cee122ec.tar.bz2
[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
Diffstat (limited to 'riscos/download.c')
-rw-r--r--riscos/download.c2
1 files changed, 1 insertions, 1 deletions
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);