program/include/rcmail.php
@@ -439,7 +439,7 @@ // add some basic labels to client $this->output->add_label('loading', 'servererror', 'connerror', 'requesttimedout', 'refreshing', 'windowopenerror'); 'refreshing', 'windowopenerror', 'uploadingmany'); return $this->output; } @@ -2192,7 +2192,7 @@ } else { $unit = 'B'; $str = sprintf('%d ', $bytes) . $this->gettext(); $str = sprintf('%d ', $bytes) . $this->gettext($unit); } return $str;