diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-26 09:54:11 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-26 09:54:11 +0200 |
commit | 6c5c22b877f6a91b4046433e13588cd3c679dc3f (patch) | |
tree | 1a39e8c744ad57a89566462f7a459d953541a97b /program/steps/addressbook/func.inc | |
parent | 2c0d3e1dd0a3df01c8adea0de5f2826f0bcb9434 (diff) |
Create/rename groups in UI dialogs (#1489951)
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index f09deeb10..f56e07169 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -257,7 +257,9 @@ function rcmail_directory_list($attrib) $OUTPUT->include_script('treelist.js'); // add some labels to client - $OUTPUT->add_label('deletegroupconfirm', 'groupdeleting', 'addingmember', 'removingmember'); + $OUTPUT->add_label('deletegroupconfirm', 'groupdeleting', 'addingmember', 'removingmember', + 'newgroup', 'grouprename', 'searchsave', 'namex' + ); return html::tag('ul', $attrib, $out, html::$common_attrib); } |