Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2006 at 19:01 UTC
Updated:
13 Jan 2007 at 21:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
ChrisKennedy commentedHmm my < was filtered as html. Here it is again:
Currently format_size() returns bytes for all cases where size < 1024. So if size == 1 it returns "1 bytes". This patch causes it to return "1 byte".
Comment #2
dries commentedThat only works for English, but not for certain other languages. I'm afraid this isn't the proper fix. We have to let the locale module decide this because that is where we keep per-language plural/singular rules.
Comment #3
ChrisKennedy commentedGood point - how about this?
Comment #4
drummCommitted to HEAD.
Comment #5
(not verified) commented