diff options
author | alecpl <alec@alec.pl> | 2011-07-07 11:44:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-07 11:44:26 +0000 |
commit | 7f5a849e7816e7b4c7b13a72d38a9c777632d7cd (patch) | |
tree | 604bc75dad74b55b02033a8472a3f2076b9989eb /program/include/rcmail.php | |
parent | 632528ff4281fbceedb828969bd355f21106529c (diff) |
- Added possibility to undo last contact delete operation
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index e94e205e7..fe2d99475 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -507,7 +507,7 @@ class rcmail $this->output->set_env('comm_path', $this->comm_path); $this->output->set_charset(RCMAIL_CHARSET); - // add some basic label to client + // add some basic labels to client $this->output->add_label('loading', 'servererror'); return $this->output; |