summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-23 11:18:49 +0000
committeralecpl <alec@alec.pl>2011-09-23 11:18:49 +0000
commitb175394b30266d82c56f085bcf9829231828db7c (patch)
treedff4a0d27a6faad09357c4c1716d789da4abaa95 /program/steps/addressbook/func.inc
parent6c1eaec38586a2c542f6b7b9c5c8870059472201 (diff)
- Add loading indicator on contact delete
Diffstat (limited to 'program/steps/addressbook/func.inc')
-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 a1491545f..dd8856a90 100644
--- a/program/steps/addressbook/func.inc
+++ b/program/steps/addressbook/func.inc
@@ -312,7 +312,7 @@ function rcmail_contacts_list($attrib)
$OUTPUT->include_script('list.js');
// add some labels to client
- $OUTPUT->add_label('deletecontactconfirm', 'copyingcontact');
+ $OUTPUT->add_label('deletecontactconfirm', 'copyingcontact', 'contactdeleting');
return $out;
}