gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2910 - GNUnet/src/applications/fs/tools


From: durner
Subject: [GNUnet-SVN] r2910 - GNUnet/src/applications/fs/tools
Date: Fri, 26 May 2006 14:20:23 -0700 (PDT)

Author: durner
Date: 2006-05-26 14:20:19 -0700 (Fri, 26 May 2006)
New Revision: 2910

Modified:
   GNUnet/src/applications/fs/tools/gnunet-download.c
Log:
KiB

Modified: GNUnet/src/applications/fs/tools/gnunet-download.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-download.c  2006-05-26 20:20:40 UTC 
(rev 2909)
+++ GNUnet/src/applications/fs/tools/gnunet-download.c  2006-05-26 21:20:19 UTC 
(rev 2910)
@@ -189,7 +189,7 @@
     if ( (event->data.DownloadProgress.completed ==
          event->data.DownloadProgress.total) ) {
       PRINTF(_("Download of file `%s' complete.  "
-              "Speed was %8.3f kibibyte per second.\n"),
+              "Speed was %8.3f KiB per second.\n"),
             event->data.DownloadProgress.filename,
             (event->data.DownloadProgress.completed/1024.0) /
             (((double)(cronTime(NULL)-(event->data.DownloadProgress.start_time 
- 1)))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]