summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-23 11:18:49 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-23 11:18:49 +0000
commit55b41c1135d2d9c118da73e2f938acc5d153d844 (patch)
treefd77b6fe6bcb8277e847452dc62b4b91c793e9fe /roundcubemail/program/steps
parent990096ff91cf031188d6ba48b36c722325187f41 (diff)
- Add loading indicator on contact delete
git-svn-id: https://svn.roundcube.net/trunk@5276 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/addressbook/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc
index a1491545f..dd8856a90 100644
--- a/roundcubemail/program/steps/addressbook/func.inc
+++ b/roundcubemail/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;
}