From 875521af4456bbb5f4fc96327a53fce18d025ccb Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 10 Aug 2014 11:01:35 +0200 Subject: Add missing label to the client --- program/steps/addressbook/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3