From: Michael M Slusarz Date: Tue, 4 May 2010 09:01:15 +0000 (-0600) Subject: Better label X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a9efbffa165aed8219e92781667f78c88ee081dc;p=horde.git Better label --- 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); }