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:58:24 +0200
commit92e81cbf22b78bd06bae8006cd5cda57660838c8 (patch)
tree12f9503d3fd2b5f9579e3cfa973efa7ec6872187 /program/include/rcmail.php
parent4044be4f1934ee41e51524d681b688dd7671a60e (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 c026eed67..07876d6b0 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -431,7 +431,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;
}