summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-08-10 11:01:35 +0200
committerAleksander Machniak <alec@alec.pl>2014-08-10 11:01:35 +0200
commit875521af4456bbb5f4fc96327a53fce18d025ccb (patch)
tree090f0b98b53682aec0f6d1840f6615cfe90a9580
parent765a0b0706a2ef347b71627e75bdc06d9656fe96 (diff)
Add missing label to the client
-rw-r--r--program/steps/addressbook/func.inc2
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);