diff options
author | alecpl <alec@alec.pl> | 2011-05-03 08:27:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-03 08:27:15 +0000 |
commit | 1abb97fe1b51f4188658c86754212b44c06fdb9a (patch) | |
tree | 15b87a4b254f506360fed171b4633e2a161ad724 /program/steps/mail | |
parent | 7fc056c3ffadefc48bb9f6f91f1ef783c253f5fb (diff) |
- Add 'uploadingmany' message translation
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/compose.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 2357c52d8..531e698a8 100644 --- a/program/steps/mail/compose.inc +++ b/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); |