diff options
Diffstat (limited to 'program/steps/addressbook/func.inc')
-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); |