From a9efbffa165aed8219e92781667f78c88ee081dc Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 May 2010 03:01:15 -0600 Subject: [PATCH] Better label --- imp/thread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/thread.php b/imp/thread.php index ce2656290..e7e8fad7d 100644 --- a/imp/thread.php +++ b/imp/thread.php @@ -118,7 +118,7 @@ foreach ($imp_indices->indices() as $mbox => $idxlist) { /* Create links to current message and mailbox. */ if ($mode == 'thread') { - $curr_msg['link'] = Horde::widget('#display', _("Back to Thread Display"), 'widget', '', '', _("Back to Thread Display"), true); + $curr_msg['link'] = Horde::widget('#display', _("Thread List"), 'widget', '', '', _("Thread List"), true); } else { $curr_msg['link'] = Horde::widget('#display', _("Back to Multiple Message View Index"), 'widget', '', '', _("Back to Multiple Message View Index"), true); } -- 2.11.0