diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-10 11:01:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-10 11:01:35 +0200 |
commit | 875521af4456bbb5f4fc96327a53fce18d025ccb (patch) | |
tree | 090f0b98b53682aec0f6d1840f6615cfe90a9580 | |
parent | 765a0b0706a2ef347b71627e75bdc06d9656fe96 (diff) |
Add missing label to the client
-rw-r--r-- | program/steps/addressbook/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 38de93d05..2c22d5a47 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -257,7 +257,7 @@ function rcmail_directory_list($attrib) // add some labels to client $OUTPUT->add_label('deletegroupconfirm', 'groupdeleting', 'addingmember', 'removingmember', - 'newgroup', 'grouprename', 'searchsave', 'namex' + 'newgroup', 'grouprename', 'searchsave', 'namex', 'save' ); return html::tag('ul', $attrib, $out, html::$common_attrib); |