Aleksander Machniak
2014-12-09 ecf6c79d00a8ed722a6664f276a0f015de4d13c2
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;