-----Original Message----- From: Art
in english-iso-8859-1.inc.php3 file
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
i think it should be
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
"Giga" is missing.
This was not only the case in the English one. I "fixed" the comment and hope I could make you happy :o) Regards,
Alexander