Ticket #1684 (closed defect: fixed)
wrong abbreviation in pidgin.pot: "%.2f KB/s"
| Reported by: | yslandro | Owned by: | rlaager |
|---|---|---|---|
| Milestone: | 2.0.2 | Component: | pidgin (gtk) |
| Version: | 2.0.1 | Keywords: | bits, bytes, b, B |
| Cc: |
Description
In translating from pidgin.pot I found the string "%.2f KB/s". There is one error at least, but maybe even two:
1) capital K refers to Kelvin, should be "k" for kilo 2) can someone confirm that capital B is correct? B = Byte, b = bit. Normally bytes are used when describing storage, and bits are used for speed description.
So the resulting string should become either
a) "%.2f kB/s" = kilobytes per second, or b) "%.2f kb/s" = kilobits per second
Change History
Note: See
TracTickets for help on using
tickets.



