From: Michael M Slusarz Date: Tue, 1 Dec 2009 18:58:19 +0000 (-0700) Subject: Make labels consistent with mailbox view X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ce430713508de31cb066da69cc6dafb84202d5f7;p=horde.git Make labels consistent with mailbox view --- diff --git a/imp/templates/chunks/message.php b/imp/templates/chunks/message.php index 9c8e5a61b..14ef1fca1 100644 --- a/imp/templates/chunks/message.php +++ b/imp/templates/chunks/message.php @@ -16,10 +16,10 @@
'hasmenu', 'icon' => 'Reply', 'id' => 'reply_link', 'title' => _("Reply"))) ?>
'Forward', 'id' => 'forward_link', 'title' => _("Forward"))) ?>
getValue('spam_folder'), true)))): ?> -
'Spam', 'id' => 'button_spam', 'title' => _("Report Spam"))) ?>
+
'Spam', 'id' => 'button_spam', 'title' => _("Spam"))) ?>
getValue('spam_folder'), true)))): ?> -
'Ham', 'id' => 'button_ham', 'title' => _("Report Innocent"))) ?>
+
'Ham', 'id' => 'button_ham', 'title' => _("Innocent"))) ?>
'Delete', 'id' => 'button_deleted', 'title' => _("Delete"))) ?>