diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-20 06:03:22 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-20 06:03:22 -0500 |
commit | 0b36d151572e050b51d82e7429fee847ebb33e22 (patch) | |
tree | 137c6f6455e5cec18a5d499039bd4a32b0bec707 /program/include | |
parent | 2dfad0a56454ec3d3bc981379078424ba443f2aa (diff) |
Add method to display operation (uploading) progress in UI message
Diffstat (limited to 'program/include')
-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 527b74e39..f0c363131 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -439,7 +439,7 @@ class rcmail extends rcube // add some basic labels to client $this->output->add_label('loading', 'servererror', 'connerror', 'requesttimedout', - 'refreshing', 'windowopenerror'); + 'refreshing', 'windowopenerror', 'uploadingmany'); return $this->output; } |