summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-03 08:27:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-03 08:27:15 +0000
commitd222a5452245c1b5c81a045ccfd9b055f40d4d5b (patch)
tree6bbd9f865aba10af229cc400ab1aadcfec8d4d2b /roundcubemail/program/steps/mail
parent102f1ae23d794014014676060b447d7bdb63f57c (diff)
- Add 'uploadingmany' message translation
git-svn-id: https://svn.roundcube.net/trunk@4724 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/compose.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc
index 2357c52d8..531e698a8 100644
--- a/roundcubemail/program/steps/mail/compose.inc
+++ b/roundcubemail/program/steps/mail/compose.inc
@@ -110,8 +110,8 @@ if (!is_array($_SESSION['compose']))
// add some labels to client
$OUTPUT->add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubjectwarning', 'cancel',
'nobodywarning', 'notsentwarning', 'notuploadedwarning', 'savingmessage', 'sendingmessage',
- 'messagesaved', 'converting', 'editorwarning', 'searching', 'uploading', 'fileuploaderror',
- 'autocompletechars');
+ 'messagesaved', 'converting', 'editorwarning', 'searching', 'uploading', 'uploadingmany',
+ 'fileuploaderror', 'autocompletechars');
$OUTPUT->set_env('compose_id', $COMPOSE_ID);