summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook/delete.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-21 11:15:18 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-21 11:15:18 +0000
commitce4fc106aa374a82aea8a03bb887be37ccff6dfb (patch)
treed6d619deabb8a2c48c5124be7525edea009e9db4 /roundcubemail/program/steps/addressbook/delete.inc
parent64b86db3981acf0c52b35f3c95c3383d8b28417e (diff)
- Simplify undo message, add dots at the end of messages
git-svn-id: https://svn.roundcube.net/trunk@4951 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook/delete.inc')
-rw-r--r--roundcubemail/program/steps/addressbook/delete.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/delete.inc b/roundcubemail/program/steps/addressbook/delete.inc
index b0b255e27..222535cf3 100644
--- a/roundcubemail/program/steps/addressbook/delete.inc
+++ b/roundcubemail/program/steps/addressbook/delete.inc
@@ -145,7 +145,7 @@ $OUTPUT->command('set_rowcount', rcmail_get_rowcount_text($result));
if (!empty($_SESSION['contact_undo'])) {
$_SESSION['contact_undo']['ts'] = time();
- $msg = html::span(null, rcube_label(array('name' => 'itemsdeleted', 'vars' => array('num' => $deleted))))
+ $msg = html::span(null, rcube_label('contactdeleted'))
. ' ' . html::a(array('onclick' => JS_OBJECT_NAME.".command('undo', '', this)"), rcube_label('undo'));
$OUTPUT->show_message($msg, 'confirmation', null, true, $undo_time);