summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-04 19:54:08 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-04 19:54:08 +0200
commitadaddf0b188eca228d626973f193b2a51de2dbe7 (patch)
tree96c35dc0588fdb150e45582cda4adaa436f60e3b /program/include/rcmail.php
parentf8a9c2c59cda13e41f1295ce378885e29ad39780 (diff)
Improve error message on failed http connection
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
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;
}