thomascube
2012-05-01 a9c1b877889aea93214a3635be6e652ba74e9f05
program/include/rcmail.php
@@ -556,7 +556,7 @@
    $this->output->set_charset(RCMAIL_CHARSET);
    // add some basic labels to client
    $this->output->add_label('loading', 'servererror');
    $this->output->add_label('loading', 'servererror', 'requesttimedout');
    return $this->output;
  }