From ce430713508de31cb066da69cc6dafb84202d5f7 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 1 Dec 2009 11:58:19 -0700 Subject: [PATCH] Make labels consistent with mailbox view --- imp/templates/chunks/message.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))) ?>
-- 2.11.0