From: Michael M Slusarz Date: Fri, 20 Mar 2009 03:29:07 +0000 (-0600) Subject: Tweak data display X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8ebbc0dc1ad392bf75c025530ab1b15993a2d0e5;p=horde.git Tweak data display --- diff --git a/imp/lib/UI/Message.php b/imp/lib/UI/Message.php index b50751950..b3b43b1ae 100644 --- a/imp/lib/UI/Message.php +++ b/imp/lib/UI/Message.php @@ -133,7 +133,7 @@ class IMP_UI_Message } /* Else, it's today, use the time only. */ - return sprintf('%s %s', $time_str, $tz); + return sprintf(_("Today, %s %s"), $time_str, $tz); } /**