From a6e4a046c9382e47d7f873cc7034d355864f2412 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 17 May 2009 07:04:51 +0000 Subject: - don't show message on unknown error (#1485848) + translate "Server Error!" message git-svn-id: https://svn.roundcube.net/trunk@2493 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcmail.php') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index ec0a6f445..ea53d914d 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -324,7 +324,7 @@ class rcmail $this->output->set_charset($this->config->get('charset', RCMAIL_CHARSET)); // add some basic label to client - $this->output->add_label('loading'); + $this->output->add_label('loading', 'servererror'); return $this->output; } -- cgit v1.2.3