From adaddf0b188eca228d626973f193b2a51de2dbe7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 4 Apr 2014 19:54:08 +0200 Subject: Improve error message on failed http connection --- program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcmail.php') diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 9e57a8e19..7a6fb89ec 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -426,7 +426,7 @@ class rcmail extends rcube } // add some basic labels to client - $this->output->add_label('loading', 'servererror', 'requesttimedout', 'refreshing'); + $this->output->add_label('loading', 'servererror', 'connerror', 'requesttimedout', 'refreshing'); return $this->output; } -- cgit v1.2.3