diff --git a/ChangeLog b/ChangeLog index 9d1a6e65..90c3d964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-29 Tatsuhiro Tsujikawa + + Added missing "B"(=Byte). So now the message looks like this: + Your share ratio was 1.0, uploaded/downloaded=12MiB/12MiB + * src/message.h (MSG_SHARE_RATIO_REPORT) + 2007-12-29 Tatsuhiro Tsujikawa Show the seed ratio after torrent downloads. diff --git a/src/message.h b/src/message.h index 4908282a..e519fcd9 100644 --- a/src/message.h +++ b/src/message.h @@ -134,7 +134,7 @@ #define MSG_CANNOT_PARSE_METALINK _("Cannot parse metalink XML file. XML may be malformed.") #define MSG_TOO_SMALL_PAYLOAD_SIZE _("Too small payload size for %s, size=%d.") #define MSG_REMOVED_DEFUNCT_CONTROL_FILE _("Removed the defunct control file %s because the download file %s doesn't exist.") -#define MSG_SHARE_RATIO_REPORT _("Your share ratio was %.1f, uploaded/downloaded=%s/%s") +#define MSG_SHARE_RATIO_REPORT _("Your share ratio was %.1f, uploaded/downloaded=%sB/%sB") #define EX_TIME_OUT _("Timeout.") #define EX_INVALID_CHUNK_SIZE _("Invalid chunk size.")